Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable-bits.h50 #define _CACHE_MASK (_ULCAST_(3) << _CACHE_SHIFT) macro
75 #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()
/linux-6.3-rc2/arch/mips/include/asm/
A 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)
A Dpgtable.h454 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);
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgtable.h73 _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()
A Dio.h50 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/linux-6.3-rc2/arch/mips/mm/
A Dioremap64.c8 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
A Dioremap.c49 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
/linux-6.3-rc2/arch/csky/abiv2/inc/abi/
A Dpgtable-bits.h24 #define _CACHE_MASK _PAGE_CACHE macro
/linux-6.3-rc2/arch/csky/abiv1/inc/abi/
A Dpgtable-bits.h24 #define _CACHE_MASK (7<<9) macro
/linux-6.3-rc2/drivers/video/fbdev/
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)

Completed in 15 milliseconds