Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c52 do_raise_exception(env, EXCCODE_BCE, GETPC()); in helper_asrtle_d()
60 do_raise_exception(env, EXCCODE_BCE, GETPC()); in helper_asrtgt_d()
/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c72 case EXCCODE_BCE: in cpu_loop()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c250 case EXCCODE_BCE: return "BCE"; in humanize_exc_name()
1160 set_handler(EXCCODE_BCE * VECSIZE, handle_bce, VECSIZE); in trap_init()
/openbmc/qemu/target/loongarch/
H A Dcpu.c71 {EXCCODE_BCE, "Bound Check Exception"},
212 case EXCCODE_BCE: in loongarch_cpu_do_interrupt()
H A Dcpu.h102 #define EXCCODE_BCE EXCODE(10, 0) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1380 #define EXCCODE_BCE 10 /* Bounds Check Error */
1320 #define EXCCODE_BCE global() macro