Searched refs:EXCP_HYP_TRAP (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | op_helper.c | 311 raise_exception_ra(env, EXCP_HYP_TRAP, syn, 2, GETPC()); in HELPER() 1114 raise_exception(env, EXCP_HYP_TRAP, syndrome, 2); in HELPER()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 1281 raise_exception(env, EXCP_HYP_TRAP, syndrome, 2); in HELPER()
|
H A D | cpu.h | 48 #define EXCP_HYP_TRAP 12 macro
|
H A D | helper.c | 10844 [EXCP_HYP_TRAP] = "Hypervisor Trap", in arm_log_exception() 11216 case EXCP_HYP_TRAP: in arm_cpu_do_interrupt_aarch32_hyp() 11632 case EXCP_HYP_TRAP: in arm_cpu_do_interrupt_aarch64()
|