Searched refs:_PAGE_PAT_LARGE (Results 1 – 3 of 3) sorted by relevance
55 #define _PAGE_PAT_LARGE (_AT(pteval_t, 1) << _PAGE_BIT_PAT_LARGE) macro491 pgprot_val(new) = (val & ~(_PAGE_PAT | _PAGE_PAT_LARGE)) | in pgprot_4k_2_large()500 pgprot_val(new) = (val & ~(_PAGE_PAT | _PAGE_PAT_LARGE)) | in pgprot_large_2_4k()501 ((val & _PAGE_PAT_LARGE) >> in pgprot_large_2_4k()
210 ((level == 4 || level == 3) && pr & _PAGE_PAT_LARGE)) in printk_prot()
1197 sub_se.val64 |= (se->val64 & _PAGE_PAT_LARGE) >> 5; in split_2MB_gtt_entry()