Home
last modified time | relevance | path

Searched defs:target_el (Results 1 – 15 of 15) sorted by relevance

/qemu/target/arm/tcg/
H A Dtlb_helper.c29 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 Dop_helper.c34 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
706 int target_el; in HELPER() local
861 int target_el = mmu_idx == ARMMMUIdx_E20_0 ? 2 : 1; in HELPER() local
H A Dpsci.c145 int target_el = arm_feature(env, ARM_FEATURE_EL2) ? 2 : 1; in arm_handle_psci_call() local
H A Dpauth_helper.c459 void pauth_trap(CPUARMState *env, int target_el, uintptr_t ra) in pauth_trap()
H A Dtranslate.c1056 static void gen_exception_el(int excp, uint32_t syndrome, uint32_t target_el) in gen_exception_el()
1081 uint32_t syn, uint32_t target_el) in gen_exception_insn_el()
H A Dtranslate-a64.c2494 int target_el = s->current_el == 3 ? 3 : 2; in trans_HVC() local
/qemu/target/arm/
H A Dtcg-stubs.c20 uint32_t target_el, uintptr_t ra) in raise_exception_ra()
H A Darm-powerctl.c56 uint32_t target_el; member
97 uint32_t target_el, bool target_aa64) in arm_set_cpu_on()
H A Dcpu.c574 void arm_emulate_firmware_reset(CPUState *cpustate, int target_el) in arm_emulate_firmware_reset()
672 unsigned int target_el, in arm_excp_unmasked()
834 uint32_t target_el; in arm_cpu_exec_interrupt() local
H A Ddebug_helper.c441 int target_el = arm_debug_target_el(env); in arm_debug_exception_fsr() local
H A Dhelper.c3620 int target_el; in do_ats_write() local
10762 int target_el; in arm_phys_excp_target_el() local
H A Dcpu.h583 uint32_t target_el; /* EL the exception should be targeted for */ member
/qemu/tests/unit/
H A Dtest-rcu-list.c202 int j, target_el; in rcu_q_updater() local
/qemu/hw/arm/
H A Dboot.c734 int target_el = arm_feature(env, ARM_FEATURE_EL2) ? 2 : 1; in do_cpu_reset() local
/qemu/target/arm/hvf/
H A Dhvf.c1047 int target_el = 1; in hvf_handle_psci_call() local