Searched refs:exception_cause_vaddr (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | op_helper.c | 97 HELPER(exception_cause_vaddr)(env, pc, rc, vaddr); in HELPER() local 118 HELPER(exception_cause_vaddr)(env, pc, in HELPER() local 124 HELPER(exception_cause_vaddr)(env, pc, in HELPER() local 143 HELPER(exception_cause_vaddr)(env, pc, rc, vaddr); in HELPER() local 160 HELPER(exception_cause_vaddr)(env, pc, in HELPER() local 166 HELPER(exception_cause_vaddr)(env, pc, in HELPER() local
|
H A D | helper.c | 259 HELPER(exception_cause_vaddr)(env, in xtensa_cpu_do_unaligned_access() 289 HELPER(exception_cause_vaddr)(env, env->pc, ret, address); in xtensa_cpu_tlb_fill() 301 HELPER(exception_cause_vaddr)(env, env->pc, in xtensa_cpu_do_transaction_failed()
|
H A D | exc_helper.c | 71 void HELPER(exception_cause_vaddr)(CPUXtensaState *env, in HELPER() argument
|
H A D | helper.h | 3 DEF_HELPER_4(exception_cause_vaddr, noreturn, env, i32, i32, i32)
|
H A D | mmu_helper.c | 549 HELPER(exception_cause_vaddr)(env, env->pc, res, v); in HELPER() 1000 HELPER(exception_cause_vaddr)(env, env->pc, in HELPER()
|