Home
last modified time | relevance | path

Searched refs:exception_cause (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dwin_helper.c159 HELPER(exception_cause)(env, pc, ILLEGAL_INSTRUCTION_CAUSE); in HELPER() local
210 HELPER(exception_cause)(env, pc, ALLOCA_CAUSE); in HELPER() local
H A Dexc_helper.c48 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 Dhelper.h2 DEF_HELPER_3(exception_cause, noreturn, env, i32, i32)