Searched refs:PAGE_KERNEL_WC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Diomap_32.c81 * For non-PAT systems, promote PAGE_KERNEL_WC to PAGE_KERNEL_UC_MINUS.
82 * PAGE_KERNEL_WC maps to PWT, which translates to uncached if the
86 if (!pat_enabled && pgprot_val(prot) == pgprot_val(PAGE_KERNEL_WC))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_types.h121 #define PAGE_KERNEL_WC __pgprot(__PAGE_KERNEL_WC) macro

Completed in 84 milliseconds