Searched refs:_CACHE_MASK (Results 1 – 9 of 9) sorted by relevance
184 # define _CACHE_MASK _CACHE_UNCACHED macro187 # define _CACHE_MASK (7 << _CACHE_SHIFT) macro283 _PAGE_SOFT_DIRTY | _PFN_MASK | _CACHE_MASK)
476 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;488 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;528 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);530 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);537 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);539 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
74 _CACHE_MASK | _PAGE_GLOBAL))239 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()249 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
40 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
8 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
49 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
21 #define _CACHE_MASK _PAGE_CACHE macro
21 #define _CACHE_MASK (7<<9) macro
47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)
Completed in 13 milliseconds