Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c240 hcr_el2 = arm_hcr_el2_eff_secstate(env, space); in regime_translation_disabled()
247 hcr_el2 = arm_hcr_el2_eff_secstate(env, space); in regime_translation_disabled()
257 hcr_el2 = arm_hcr_el2_eff_secstate(env, space); in regime_translation_disabled()
602 uint64_t hcr = arm_hcr_el2_eff_secstate(env, ptw->in_space); in S1_ptw_translate()
1657 uint64_t hcr = arm_hcr_el2_eff_secstate(env, ptw->in_space); in nv_nv1_enabled()
3258 uint64_t hcr = arm_hcr_el2_eff_secstate(env, ptw->in_space); in get_phys_addr_disabled()
3359 hcr = arm_hcr_el2_eff_secstate(env, in_space); in get_phys_addr_twostage()
H A Dcpu.h2588 uint64_t arm_hcr_el2_eff_secstate(CPUARMState *env, ARMSecuritySpace space);
H A Dhelper.c6115 uint64_t arm_hcr_el2_eff_secstate(CPUARMState *env, ARMSecuritySpace space) in arm_hcr_el2_eff_secstate() function
6185 return arm_hcr_el2_eff_secstate(env, arm_security_space_below_el3(env)); in arm_hcr_el2_eff()