Home
last modified time | relevance | path

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

/arch/loongarch/include/asm/
A Dpgtable-bits.h52 #define _CACHE_MASK (_ULCAST_(3) << _CACHE_SHIFT) macro
77 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV)
78 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV | _PA…
110 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC; in pgprot_noncached()
123 prot = (prot & ~_CACHE_MASK) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC); in pgprot_writecombine()
A Dio.h28 switch (pgprot_val(prot) & _CACHE_MASK) { in ioremap_prot()
/arch/mips/include/asm/
A Dpgtable-bits.h184 # define _CACHE_MASK _CACHE_UNCACHED macro
187 # define _CACHE_MASK (7 << _CACHE_SHIFT) macro
284 _CACHE_MASK | _PAGE_SPECIAL)
A Dpgtable.h464 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
476 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;
511 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
513 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
520 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
522 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
/arch/mips/mm/
A Dioremap64.c8 unsigned long flags = pgprot_val(prot) & _CACHE_MASK; in ioremap_prot()
A Dioremap.c49 unsigned long flags = pgprot_val(prot) & _CACHE_MASK; in ioremap_prot()
/arch/csky/abiv2/inc/abi/
A Dpgtable-bits.h24 #define _CACHE_MASK _PAGE_CACHE macro
/arch/csky/include/asm/
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()
A Dio.h39 __pgprot((_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED))
/arch/csky/abiv1/inc/abi/
A Dpgtable-bits.h24 #define _CACHE_MASK (7<<9) macro

Completed in 15 milliseconds