Home
last modified time | relevance | path

Searched refs:EXCSUBCODE_VFPE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/loongarch/kernel/
Dtraps.c287 case EXCSUBCODE_VFPE: return "VFPE"; in humanize_exc_name()
/linux-6.12.1/arch/loongarch/include/asm/
Dloongarch.h1365 #define EXCSUBCODE_VFPE 1 /* Vector Exception */ macro