Home
last modified time | relevance | path

Searched refs:_CACHE_MASK (Results 1 – 11 of 11) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h54 #define _CACHE_MASK (_ULCAST_(3) << _CACHE_SHIFT) macro
79 #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()
H A Dio.h28 switch (prot_val & _CACHE_MASK) { in ioremap_prot()
/linux/arch/mips/include/asm/
H A Dpgtable-bits.h184 # define _CACHE_MASK _CACHE_UNCACHED macro
187 # define _CACHE_MASK (7 << _CACHE_SHIFT) macro
284 _CACHE_MASK | _PAGE_SPECIAL)
H A Dpgtable.h464 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);
/linux/arch/csky/include/asm/
H A Dpgtable.h74 _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()
H A Dio.h50 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/linux/arch/mips/mm/
H A Dioremap64.c8 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
H A Dioremap.c49 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
/linux/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h24 #define _CACHE_MASK _PAGE_CACHE macro
/linux/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h24 #define _CACHE_MASK (7<<9) macro
/linux/drivers/video/fbdev/
H A Dgbefb.c47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)
49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)