Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c191 case ARMSS_NonSecure: in ptw_idx_for_stage_2()
380 if (pspace == ARMSS_NonSecure) { in granule_protection_check()
1254 out_space = ARMSS_NonSecure; in get_phys_addr_v6()
1890 ptw->in_space = ARMSS_NonSecure; in get_phys_addr_lpae()
2018 out_space = ARMSS_NonSecure; in get_phys_addr_lpae()
2049 out_space = ARMSS_NonSecure; in get_phys_addr_lpae()
2054 out_space = ARMSS_NonSecure; in get_phys_addr_lpae()
2073 out_space = ARMSS_NonSecure; in get_phys_addr_lpae()
2080 case ARMSS_NonSecure: in get_phys_addr_lpae()
2966 result->f.attrs.space = ARMSS_NonSecure; in get_phys_addr_pmsav8()
[all …]
H A Dcpu.h2459 ARMSS_NonSecure = 1, enumerator
2473 return secure ? ARMSS_Secure : ARMSS_NonSecure; in arm_secure_to_space()
2556 return ARMSS_NonSecure; in arm_security_space_below_el3()
2566 return ARMSS_NonSecure; in arm_security_space()
2990 QEMU_BUILD_BUG_ON(ARMMMUIdx_Phys_NS != ARMMMUIdx_Phys_S + ARMSS_NonSecure); in arm_space_to_phys()
H A Dhelper.c3822 ss = ARMSS_NonSecure; in ats_write()
3827 ss = ARMSS_NonSecure; in ats_write()
3851 ARMSS_NonSecure); in ats1h_write()
12883 return ARMSS_NonSecure; in arm_security_space()
12913 return ARMSS_NonSecure; in arm_security_space_below_el3()
12926 return ARMSS_NonSecure; in arm_security_space_below_el3()
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c210 case ARMSS_NonSecure: in arm_deliver_fault()