Searched refs:req_prot (Results 1 – 1 of 1) sorted by relevance
780 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page() local826 req_prot = pgprot_large_2_4k(old_prot); in __should_split_large_page()828 pgprot_val(req_prot) &= ~pgprot_val(cpa->mask_clr); in __should_split_large_page()829 pgprot_val(req_prot) |= pgprot_val(cpa->mask_set); in __should_split_large_page()836 req_prot = pgprot_4k_2_large(req_prot); in __should_split_large_page()837 req_prot = pgprot_clear_protnone_bits(req_prot); in __should_split_large_page()838 if (pgprot_val(req_prot) & _PAGE_PRESENT) in __should_split_large_page()839 pgprot_val(req_prot) |= _PAGE_PSE; in __should_split_large_page()881 if (pgprot_val(req_prot) == pgprot_val(old_prot)) { in __should_split_large_page()896 new_prot = static_protections(req_prot, lpaddr, old_pfn, numpages, in __should_split_large_page()[all …]
Completed in 8 milliseconds