Searched refs:_CACHE_MASK (Results 1 – 8 of 8) sorted by relevance
168 # define _CACHE_MASK _CACHE_UNCACHED macro171 # define _CACHE_MASK (7 << _CACHE_SHIFT) macro272 _PFN_MASK | _CACHE_MASK)
424 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;436 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;451 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);453 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);460 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);462 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
214 return __ioremap_mode(offset, size, prot_val & _CACHE_MASK); in ioremap_prot()
32 #define _CACHE_MASK _PAGE_CACHE macro
31 #define _CACHE_MASK (7<<9) macro
59 _CACHE_MASK)261 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()271 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
119 ~_CACHE_MASK) | in phys_mem_access_prot()
47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)