Searched refs:canon_pgprot (Results 1 – 2 of 2) sorted by relevance
533 req_prot = canon_pgprot(req_prot); in try_preserve_large_page()651 set_pte(&pbase[i], pfn_pte(pfn, canon_pgprot(ref_prot))); in __split_large_page()1175 new_pte = pfn_pte(pfn, canon_pgprot(new_prot)); in __change_page_attr()1353 mask_set = canon_pgprot(mask_set); in change_page_attr_set_clr()1354 mask_clr = canon_pgprot(mask_clr); in change_page_attr_set_clr()
384 #define canon_pgprot(p) __pgprot(massage_pgprot(p)) macro