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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpgtable-bits.h17 #define _CACHE_MASK (1<<3) macro
H A Dpgtable.h172 prot = (prot & ~_CACHE_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dmem.c81 ~_CACHE_MASK) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci.c247 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dgbefb.c55 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)
57 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)
H A Dau1200fb.c1200 pgprot_val(vma->vm_page_prot) |= _CACHE_MASK; /* CCA=7 */

Completed in 79 milliseconds