Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/kernel/
Dtraps.c250 case EXCCODE_BCE: return "BCE"; in humanize_exc_name()
1155 set_handler(EXCCODE_BCE * VECSIZE, handle_bce, VECSIZE); in trap_init()
/Linux-v6.6/arch/loongarch/include/asm/
Dloongarch.h1320 #define EXCCODE_BCE 10 /* Bounds Check Error */ macro