Searched refs:_CACHE_MASK (Results 1 – 11 of 11) sorted by relevance
54 #define _CACHE_MASK (_ULCAST_(3) << _CACHE_SHIFT) macro79 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PAGE_DEVMAP | _PFN_MASK | _CACHE_MASK | _…80 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PAGE_DEVMAP | _PFN_MASK | _CACHE_MASK | …105 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC; in pgprot_noncached()118 prot = (prot & ~_CACHE_MASK) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC); in pgprot_writecombine()
28 switch (prot_val & _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;517 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);519 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);526 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);528 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()
50 (_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()
24 #define _CACHE_MASK _PAGE_CACHE macro
24 #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)