Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dpgtable-bits.h49 #define _CACHE_MASK (7 << _CACHE_SHIFT) macro
99 #define _CACHE_MASK _CACHE_UNCACHED macro
166 #define _CACHE_MASK (7 << _CACHE_SHIFT) macro
281 _PFN_MASK | _CACHE_MASK)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H 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)
H A Dpgtable.h464 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
476 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;
516 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
518 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
525 pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
527 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h48 _CACHE_MASK)
240 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
250 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
H A Dio.h41 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/OK3568_Linux_fs/kernel/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h32 #define _CACHE_MASK _PAGE_CACHE macro
/OK3568_Linux_fs/kernel/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h31 #define _CACHE_MASK (7<<9) macro
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dioremap64.c8 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
H A Dioremap.c49 unsigned long flags = prot_val & _CACHE_MASK; in ioremap_prot()
/OK3568_Linux_fs/kernel/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)