Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable-bits.h184 # define _CACHE_MASK _CACHE_UNCACHED macro
187 # define _CACHE_MASK (7 << _CACHE_SHIFT) macro
283 _PAGE_SOFT_DIRTY | _PFN_MASK | _CACHE_MASK)
Dpgtable.h464 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);
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h48 _CACHE_MASK)
240 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
250 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
Dio.h41 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h32 #define _CACHE_MASK _PAGE_CACHE macro
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h31 #define _CACHE_MASK (7<<9) macro
/kernel/linux/linux-5.10/arch/mips/mm/
Dioremap64.c8 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
Dioremap.c49 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dgbefb.c47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)
49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)