Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dcpu.h2434 ARMSecuritySpace arm_security_space_below_el3(CPUARMState *env);
2445 ARMSecuritySpace ss = arm_security_space_below_el3(env); in arm_is_secure_below_el3()
2499 return arm_is_el2_enabled_secstate(env, arm_security_space_below_el3(env)); in arm_is_el2_enabled()
2503 static inline ARMSecuritySpace arm_security_space_below_el3(CPUARMState *env) in arm_security_space_below_el3() function
H A Dptw.c171 switch (arm_security_space_below_el3(env)) { in ptw_idx_for_stage_2()
3579 ss = arm_security_space_below_el3(env); in get_phys_addr()
3586 ss = arm_security_space_below_el3(env); in get_phys_addr()
H A Dhelper.c3933 ss = for_el3 ? arm_security_space(env) : arm_security_space_below_el3(env); in ats_write64()
6173 return arm_hcr_el2_eff_secstate(env, arm_security_space_below_el3(env)); in arm_hcr_el2_eff()
12865 return arm_security_space_below_el3(env); in arm_security_space()
12868 ARMSecuritySpace arm_security_space_below_el3(CPUARMState *env) in arm_security_space_below_el3() function