Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/
H A Dcpu.c246 EXCODE_MCODE(cause)); in loongarch_cpu_do_interrupt()
285 set_pc(env, env->CSR_EENTRY + EXCODE_MCODE(cause) * vec_size); in loongarch_cpu_do_interrupt()
H A Dcpu.h87 #define EXCODE_MCODE(code) ( (code) & 0x3f ) macro