Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c260 case EXCSUBCODE_FPE: return "FPE"; in humanize_exc_name()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1389 #define EXCSUBCODE_FPE 0 /* Floating Point Exception */ macro