Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c541 return arm_secure_to_space(s2_mmu_idx == ARMMMUIdx_Stage2_S); in S2_security_space()
2643 if (regime_translation_disabled(env, mmu_idx, arm_secure_to_space(secure))) { in pmsav8_mpu_lookup()
3410 result->f.attrs.space = arm_secure_to_space(result->f.attrs.secure); in get_phys_addr_twostage()
H A Dcpu.h2471 static inline ARMSecuritySpace arm_secure_to_space(bool secure) in arm_secure_to_space() function
H A Dhelper.c12875 return arm_secure_to_space(env->v7m.secure); in arm_security_space()