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()
886 unsigned int cacheattr,1021 unsigned int cacheattr), PMAP_SET_CACHE_ATTRIBUTES_INDEX);4182 unsigned int cacheattr = pmap_cache_attributes((ppnum_t)atop(pa)); local4185 if (__improbable((cacheattr & PP_ATTR_MONITOR) &&8818 …unsigned int cacheattr = (!pa_valid(ptoa(pn) & ARM_PTE_PAGE_MASK) ? pmap_cache_attributes(pn) :… local8819 need_strong_sync = ((cacheattr & PMAP_IO_RANGE_STRONG_SYNC) != 0);8830 if (__improbable((cacheattr & PP_ATTR_MONITOR) && (prot != VM_PROT_READ) && !pmap_ppl_disable)) {10422 unsigned int cacheattr = pmap_cache_attributes(pn) & VM_WIMG_MASK; local10423 if (cacheattr != VM_WIMG_DEFAULT) {10425 pmap_update_compressor_page_ppl(pn, cacheattr, VM_WIMG_DEFAULT);[all …]