Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_types.h48 #define _PAGE_PCD (_AT(pteval_t, 1) << _PAGE_BIT_PCD) macro
126 #define _PAGE_CHG_MASK (PTE_PFN_MASK | _PAGE_PCD | _PAGE_PWT | \
131 #define _PAGE_CACHE_MASK (_PAGE_PCD | _PAGE_PWT)
134 #define _PAGE_CACHE_UC_MINUS (_PAGE_PCD)
135 #define _PAGE_CACHE_UC (_PAGE_PCD | _PAGE_PWT)
159 #define __PAGE_KERNEL_EXEC_NOCACHE (__PAGE_KERNEL_EXEC | _PAGE_PCD | _PAGE_PWT)
161 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD | _PAGE_PWT)
162 #define __PAGE_KERNEL_UC_MINUS (__PAGE_KERNEL | _PAGE_PCD)
165 #define __PAGE_KERNEL_VVAR_NOCACHE (__PAGE_KERNEL_VVAR | _PAGE_PCD | _PAGE_PWT)
Dfb.h12 pgprot_val(vma->vm_page_prot) |= _PAGE_PCD; in fb_pgprotect()
/arch/x86/mm/
Ddump_pagetables.c143 if (pr & _PAGE_PCD) in printk_prot()
Dpageattr.c1310 (_PAGE_PAT | _PAGE_PAT_LARGE | _PAGE_PWT | _PAGE_PCD); in cache_attr()
/arch/x86/platform/efi/
Defi_64.c208 pf |= _PAGE_PCD; in __map_region()
/arch/x86/xen/
Dmmu.c415 if ((pteval & (_PAGE_PAT | _PAGE_PCD | _PAGE_PWT)) == _PAGE_PAT) { in xen_pte_val()
467 if ((pte & (_PAGE_PCD | _PAGE_PWT)) == _PAGE_PWT) in xen_make_pte()
468 pte = (pte & ~(_PAGE_PCD | _PAGE_PWT)) | _PAGE_PAT; in xen_make_pte()
Denlighten.c1611 __supported_pte_mask &= ~(_PAGE_PWT | _PAGE_PCD); in xen_start_kernel()