Searched refs:cacheattr (Results 1 – 2 of 2) sorted by relevance
70 int cacheattr = pmap_get_cache_attributes(pn, FALSE); in pmap_cache_attributes() local72 if (cacheattr & INTEL_PTE_NCACHE) { in pmap_cache_attributes()73 if (cacheattr & INTEL_PTE_PAT) { in pmap_cache_attributes()84 pmap_set_cache_attributes(ppnum_t pn, unsigned int cacheattr) in pmap_set_cache_attributes() argument89 if (cacheattr & VM_MEM_NOT_CACHEABLE) { in pmap_set_cache_attributes()90 if (!(cacheattr & VM_MEM_GUARDED)) { in pmap_set_cache_attributes()
882 unsigned int cacheattr,1007 unsigned int cacheattr), PMAP_SET_CACHE_ATTRIBUTES_INDEX);4130 unsigned int cacheattr = pmap_cache_attributes((ppnum_t)atop(pa)); local4133 if (__improbable((cacheattr & PP_ATTR_MONITOR) &&8772 …unsigned int cacheattr = (!pa_valid(ptoa(pn) & ARM_PTE_PAGE_MASK) ? pmap_cache_attributes(pn) :… local8773 need_strong_sync = ((cacheattr & PMAP_IO_RANGE_STRONG_SYNC) != 0);8784 if (__improbable((cacheattr & PP_ATTR_MONITOR) && (prot != VM_PROT_READ) && !pmap_ppl_disable)) {10199 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK; local10200 if (cacheattr != VM_WIMG_DEFAULT) {10202 pmap_update_compressor_page_ppl(pn, cacheattr, VM_WIMG_DEFAULT);[all …]