Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c68 [EXCCODE_BCE] = handle_bce,
276 case EXCCODE_BCE: return "BCE"; in humanize_exc_name()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1355 #define EXCCODE_BCE 10 /* Bounds Check Error */ macro