Searched refs:_PAGE_PCD (Results 1 – 1 of 1) sorted by relevance
74 #define _PAGE_PCD 0x010 macro106 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD …