Home
last modified time | relevance | path

Searched refs:_PAGE_PCD (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-x86/
Dpgtable_32.h110 #define _PAGE_PCD 0x010 macro
159 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD)
361 ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot))
/external/oprofile/module/x86/
Dop_fixmap.c53 pgprot_val(prot) |= _PAGE_PCD; in set_pte_phys()