Searched refs:_PAGE_PAT (Results 1 – 4 of 4) sorted by relevance
425 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()480 if (pat_enabled && !WARN_ON(pte & _PAGE_PAT)) { in xen_make_pte()482 pte = (pte & ~(_PAGE_PCD | _PAGE_PWT)) | _PAGE_PAT; in xen_make_pte()
128 if (pr & _PAGE_PAT) in printk_prot()
837 (_PAGE_PAT | _PAGE_PAT_LARGE | _PAGE_PWT | _PAGE_PCD); in cache_attr()
45 #define _PAGE_PAT (_AT(pteval_t, 1) << _PAGE_BIT_PAT) macro