Home
last modified time | relevance | path

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

/linux/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.h476 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
488 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;
528 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
530 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
537 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
539 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
/linux/arch/csky/include/asm/
A Dpgtable.h74 _CACHE_MASK | _PAGE_GLOBAL))
239 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
249 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
A Dio.h40 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/linux/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/arch/csky/abiv2/inc/abi/
A Dpgtable-bits.h21 #define _CACHE_MASK _PAGE_CACHE macro
/linux/arch/csky/abiv1/inc/abi/
A Dpgtable-bits.h21 #define _CACHE_MASK (7<<9) macro
/linux/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