Home
last modified time | relevance | path

Searched refs:_PAGE_PWT (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dpgtable_types.h37 #define _PAGE_PWT (_AT(pteval_t, 1) << _PAGE_BIT_PWT) macro
73 #define _PAGE_CHG_MASK (PTE_PFN_MASK | _PAGE_PCD | _PAGE_PWT | \
77 #define _PAGE_CACHE_MASK (_PAGE_PCD | _PAGE_PWT)
79 #define _PAGE_CACHE_WC (_PAGE_PWT)
81 #define _PAGE_CACHE_UC (_PAGE_PCD | _PAGE_PWT)
105 #define __PAGE_KERNEL_EXEC_NOCACHE (__PAGE_KERNEL_EXEC | _PAGE_PCD | _PAGE_PWT)
107 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD | _PAGE_PWT)
111 #define __PAGE_KERNEL_VVAR_NOCACHE (__PAGE_KERNEL_VVAR | _PAGE_PCD | _PAGE_PWT)
/arch/x86/xen/
Dmmu.c425 if ((pteval & (_PAGE_PAT | _PAGE_PCD | _PAGE_PWT)) == _PAGE_PAT) { in xen_pte_val()
427 pteval = (pteval & ~_PAGE_PAT) | _PAGE_PWT; in xen_pte_val()
481 if ((pte & (_PAGE_PCD | _PAGE_PWT)) == _PAGE_PWT) in xen_make_pte()
482 pte = (pte & ~(_PAGE_PCD | _PAGE_PWT)) | _PAGE_PAT; in xen_make_pte()
Denlighten.c1315 __supported_pte_mask &= ~(_PAGE_PWT | _PAGE_PCD); in xen_start_kernel()
/arch/x86/mm/
Ddump_pagetables.c112 if (pr & _PAGE_PWT) in printk_prot()
Dpageattr.c837 (_PAGE_PAT | _PAGE_PAT_LARGE | _PAGE_PWT | _PAGE_PCD); in cache_attr()