Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c3319 ARMCacheAttrs cacheattrs1; in get_phys_addr_twostage() local
3347 cacheattrs1 = result->cacheattrs; in get_phys_addr_twostage()
3390 if (cacheattrs1.attrs != 0xf0) { in get_phys_addr_twostage()
3391 cacheattrs1.attrs = 0xff; in get_phys_addr_twostage()
3393 cacheattrs1.shareability = 0; in get_phys_addr_twostage()
3395 result->cacheattrs = combine_cacheattrs(hcr, cacheattrs1, in get_phys_addr_twostage()