Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/
H A Dcpu.h88 #define EXCODE_SUBCODE(code) ( (code) >> 6 ) macro
H A Dcpu.c248 EXCODE_SUBCODE(cause)); in loongarch_cpu_do_interrupt()