Searched defs:target_el (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 29 unsigned int target_el, in merge_syn_data_abort() 82 int target_el, int mmu_idx, uint32_t *ret_fsc) in compute_fsr_fsc() 176 int target_el = exception_target_el(env); in arm_deliver_fault() local 283 int target_el = exception_target_el(env); in helper_exception_pc_alignment() local
|
H A D | op_helper.c | 34 int target_el = MAX(1, arm_current_el(env)); in exception_target_el() local 48 uint32_t syndrome, uint32_t target_el) in raise_exception() 73 uint32_t target_el, uintptr_t ra) in raise_exception_ra() 334 int target_el; in check_wfx_trap() local 760 int target_el; in HELPER() local 915 int target_el; in HELPER() local
|
H A D | psci.c | 145 int target_el = arm_feature(env, ARM_FEATURE_EL2) ? 2 : 1; in arm_handle_psci_call() local
|
H A D | pauth_helper.c | 459 void pauth_trap(CPUARMState *env, int target_el, uintptr_t ra) in pauth_trap()
|
H A D | translate.c | 1059 static void gen_exception_el(int excp, uint32_t syndrome, uint32_t target_el) in gen_exception_el() 1084 uint32_t syn, uint32_t target_el) in gen_exception_insn_el()
|
H A D | translate-a64.c | 2614 int target_el = s->current_el == 3 ? 3 : 2; in trans_HVC() local
|
/openbmc/qemu/target/arm/ |
H A D | arm-powerctl.c | 56 uint32_t target_el; member 97 uint32_t target_el, bool target_aa64) in arm_set_cpu_on()
|
H A D | tcg-stubs.c | 20 uint32_t target_el, uintptr_t ra) in raise_exception_ra()
|
H A D | cpu.c | 583 void arm_emulate_firmware_reset(CPUState *cpustate, int target_el) in arm_emulate_firmware_reset() 681 unsigned int target_el, in arm_excp_unmasked() 843 uint32_t target_el; in arm_cpu_exec_interrupt() local
|
H A D | debug_helper.c | 441 int target_el = arm_debug_target_el(env); in arm_debug_exception_fsr() local
|
H A D | helper.c | 3624 int target_el; in do_ats_write() local 10780 int target_el; in arm_phys_excp_target_el() local
|
H A D | cpu.h | 583 uint32_t target_el; /* EL the exception should be targeted for */ member
|
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 202 int j, target_el; in rcu_q_updater() local
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 734 int target_el = arm_feature(env, ARM_FEATURE_EL2) ? 2 : 1; in do_cpu_reset() local
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 1110 int target_el = 1; in hvf_handle_psci_call() local
|