Searched refs:_CACHE_MASK (Results 1 – 8 of 8) sorted by relevance
84 #define _CACHE_MASK (_ULCAST_(3) << _CACHE_SHIFT) macro109 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV)110 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV | _PA…142 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC; in pgprot_noncached()155 prot = (prot & ~_CACHE_MASK) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC); in pgprot_writecombine()
31 switch (pgprot_val(prot) & _CACHE_MASK) { in ioremap_prot()
184 # define _CACHE_MASK _CACHE_UNCACHED macro187 # define _CACHE_MASK (7 << _CACHE_SHIFT) macro284 _CACHE_MASK | _PAGE_SPECIAL)
464 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;476 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;511 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);513 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);520 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);522 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
74 _CACHE_MASK | _PAGE_GLOBAL))237 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()247 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
24 #define _CACHE_MASK _PAGE_CACHE macro
24 #define _CACHE_MASK (7<<9) macro
48 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)50 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)