Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
H A Dset_memory.c932 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page() local
979 req_prot = pgprot_large_2_4k(old_prot); in __should_split_large_page()
981 pgprot_val(req_prot) &= ~pgprot_val(cpa->mask_clr); in __should_split_large_page()
982 pgprot_val(req_prot) |= pgprot_val(cpa->mask_set); in __should_split_large_page()
985 * req_prot is in format of 4k pages. It must be converted to large in __should_split_large_page()
989 req_prot = pgprot_4k_2_large(req_prot); in __should_split_large_page()
990 req_prot = pgprot_clear_protnone_bits(req_prot); in __should_split_large_page()
991 if (pgprot_val(req_prot) in __should_split_large_page()
[all...]