Searched refs:_PAGE_CACHE_UC (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpat_internal.h20 case _PAGE_CACHE_UC: return "uncached";
H A Dioremap.c38 case _PAGE_CACHE_UC:
140 case _PAGE_CACHE_UC:
206 * pat_enabled ? _PAGE_CACHE_UC : _PAGE_CACHE_UC_MINUS;
H A Dpat.c114 * 011 UC _PAGE_CACHE_UC
200 if (req_type == _PAGE_CACHE_UC) {
249 * - _PAGE_CACHE_UC
383 * _PAGE_CACHE_UC
532 flags = _PAGE_CACHE_UC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_types.h78 #define _PAGE_CACHE_UC (_PAGE_PCD | _PAGE_PWT) macro
109 #define __PAGE_KERNEL_LARGE_NOCACHE (__PAGE_KERNEL | _PAGE_CACHE_UC | _PAGE_PSE)

Completed in 54 milliseconds