Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpageattr.c550 req_prot = canon_pgprot(req_prot); in try_preserve_large_page()
675 set_pte(&pbase[i], pfn_pte(pfn, canon_pgprot(ref_prot))); in __split_large_page()
1202 new_pte = pfn_pte(pfn, canon_pgprot(new_prot)); in __change_page_attr()
1380 mask_set = canon_pgprot(mask_set); in change_page_attr_set_clr()
1381 mask_clr = canon_pgprot(mask_clr); in change_page_attr_set_clr()
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h403 #define canon_pgprot(p) __pgprot(massage_pgprot(p)) macro