Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c2025 result->cacheattrs.is_s2_format = true; in get_phys_addr_lpae()
2118 result->cacheattrs.is_s2_format = false; in get_phys_addr_lpae()
2767 result->cacheattrs.is_s2_format = false; in pmsav8_mpu_lookup()
3062 if (s2.is_s2_format) { in combined_attrs_nofwb()
3123 assert(s2.is_s2_format && !s1.is_s2_format); in combined_attrs_fwb()
3174 assert(!s1.is_s2_format); in combine_cacheattrs()
3175 ret.is_s2_format = false; in combine_cacheattrs()
3297 result->cacheattrs.is_s2_format = false; in get_phys_addr_disabled()
H A Dinternals.h1411 bool is_s2_format:1; member
H A Dhelper.c3616 assert(!res.cacheattrs.is_s2_format); in do_ats_write()