Searched refs:_CACHE_MASK (Results 1 - 6 of 6) sorted by relevance

/arch/score/include/asm/
H A Dpgtable-bits.h17 #define _CACHE_MASK (1<<3) macro
H A Dpgtable.h169 prot = (prot & ~_CACHE_MASK);
/arch/mips/include/asm/
H A Dpgtable-bits.h51 #define _CACHE_MASK (7<<3) macro
68 #define _CACHE_MASK (1<<11) macro
128 #define _CACHE_MASK (7 << _CACHE_SHIFT) macro
226 #define _PAGE_CHG_MASK (_PFN_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED | _CACHE_MASK)
H A Dpgtable.h337 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
/arch/mips/loongson/common/
H A Dmem.c81 ~_CACHE_MASK) |
/arch/mips/pci/
H A Dpci.c289 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;

Completed in 117 milliseconds