Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpageattr.c551 req_prot = canon_pgprot(req_prot); in try_preserve_large_page()
676 set_pte(&pbase[i], pfn_pte(pfn, canon_pgprot(ref_prot))); in __split_large_page()
1010 canon_pgprot(pmd_pgprot)))); in populate_pmd()
1083 canon_pgprot(pud_pgprot)))); in populate_pud()
1233 new_pte = pfn_pte(pfn, canon_pgprot(new_prot)); in __change_page_attr()
1412 mask_set = canon_pgprot(mask_set); in change_page_attr_set_clr()
1413 mask_clr = canon_pgprot(mask_clr); in change_page_attr_set_clr()
/arch/x86/include/asm/
Dpgtable.h458 #define canon_pgprot(p) __pgprot(massage_pgprot(p)) macro