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)
464 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;476 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;516 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);518 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);525 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);527 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
48 _CACHE_MASK)240 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()250 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
41 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
32 #define _CACHE_MASK _PAGE_CACHE macro
31 #define _CACHE_MASK (7<<9) macro
8 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
49 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)