Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpu.h2481 ARMSecuritySpace arm_security_space_below_el3(CPUARMState *env);
2492 ARMSecuritySpace ss = arm_security_space_below_el3(env); in arm_is_secure_below_el3()
2546 return arm_is_el2_enabled_secstate(env, arm_security_space_below_el3(env)); in arm_is_el2_enabled()
2550 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()
3581 ss = arm_security_space_below_el3(env); in get_phys_addr()
3588 ss = arm_security_space_below_el3(env); in get_phys_addr()
H A Dhelper.c3940 ss = for_el3 ? arm_security_space(env) : arm_security_space_below_el3(env); in ats_write64()
6185 return arm_hcr_el2_eff_secstate(env, arm_security_space_below_el3(env)); in arm_hcr_el2_eff()
12895 return arm_security_space_below_el3(env); in arm_security_space()
12898 ARMSecuritySpace arm_security_space_below_el3(CPUARMState *env) in arm_security_space_below_el3() function