Searched refs:_CACHE_MASK (Results 1 – 10 of 10) sorted by relevance
50 #define _CACHE_MASK (_ULCAST_(3) << _CACHE_SHIFT) macro75 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV)76 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV | _PA…101 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC; in pgprot_noncached()112 prot = (prot & ~_CACHE_MASK) | _CACHE_WUC; in pgprot_writecombine()
184 # define _CACHE_MASK _CACHE_UNCACHED macro187 # define _CACHE_MASK (7 << _CACHE_SHIFT) macro283 _PAGE_SOFT_DIRTY | _PFN_MASK | _CACHE_MASK)
454 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;466 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;506 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);508 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);515 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);517 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
73 _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)
Completed in 11 milliseconds