Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c175 bool s2walk_secure; in ptw_idx_for_stage_2() local
197 s2walk_secure = !(env->cp15.vstcr_el2 & VSTCR_SW); in ptw_idx_for_stage_2()
199 s2walk_secure = !(env->cp15.vtcr_el2 & VTCR_NSW); in ptw_idx_for_stage_2()
201 return s2walk_secure ? ARMMMUIdx_Phys_S : ARMMMUIdx_Phys_NS; in ptw_idx_for_stage_2()