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

/linux-master/arch/loongarch/include/asm/
H 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 | _PAGE_HUGE)
103 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC;
116 prot = (prot & ~_CACHE_MASK) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC);
/linux-master/arch/mips/mm/
H A Dioremap64.c8 unsigned long flags = prot_val & _CACHE_MASK;
H A Dioremap.c49 unsigned long flags = prot_val & _CACHE_MASK;
/linux-master/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h24 #define _CACHE_MASK (7<<9) macro
/linux-master/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h24 #define _CACHE_MASK _PAGE_CACHE macro
/linux-master/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-master/arch/csky/include/asm/
H A Dio.h50 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
H A Dpgtable.h74 _CACHE_MASK | _PAGE_GLOBAL))
237 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO;
247 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
/linux-master/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)
/linux-master/arch/loongarch/kvm/
H A Dmmu.c516 prot_bits |= _CACHE_MASK & pte_val(range->arg.pte);

Completed in 120 milliseconds