Searched refs:exception_cause (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | win_helper.c | 159 HELPER(exception_cause)(env, pc, ILLEGAL_INSTRUCTION_CAUSE); in HELPER() local 210 HELPER(exception_cause)(env, pc, ALLOCA_CAUSE); in HELPER() local
|
H A D | exc_helper.c | 48 void HELPER(exception_cause)(CPUXtensaState *env, uint32_t pc, uint32_t cause) in HELPER() argument 75 HELPER(exception_cause)(env, pc, cause); in HELPER() local
|
H A D | helper.h | 2 DEF_HELPER_3(exception_cause, noreturn, env, i32, i32)
|