Searched refs:idau_exempt (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | tz-msc.c | 83 bool idau_exempt = false, idau_ns = true, idau_nsc = true; in tz_msc_check() local 86 iic->check(ii, addr, &idau_region, &idau_exempt, &idau_ns, &idau_nsc); in tz_msc_check() 88 if (idau_exempt) { in tz_msc_check()
|
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 2815 bool idau_exempt = false, idau_ns = true, idau_nsc = true; in v8m_security_lookup() local 2824 iic->check(ii, address, &idau_region, &idau_exempt, &idau_ns, in v8m_security_lookup() 2833 if (idau_exempt || v8m_is_sau_exempt(env, address, access_type)) { in v8m_security_lookup()
|