Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c769 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page() local
815 req_prot = pgprot_large_2_4k(old_prot); in __should_split_large_page()
817 pgprot_val(req_prot) &= ~pgprot_val(cpa->mask_clr); in __should_split_large_page()
818 pgprot_val(req_prot) |= pgprot_val(cpa->mask_set); in __should_split_large_page()
821 * req_prot is in format of 4k pages. It must be converted to large in __should_split_large_page()
825 req_prot = pgprot_4k_2_large(req_prot); in __should_split_large_page()
826 req_prot = pgprot_clear_protnone_bits(req_prot); in __should_split_large_page()
827 if (pgprot_val(req_prot) in __should_split_large_page()
[all...]
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c845 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page() local
891 req_prot = pgprot_large_2_4k(old_prot); in __should_split_large_page()
893 pgprot_val(req_prot) &= ~pgprot_val(cpa->mask_clr); in __should_split_large_page()
894 pgprot_val(req_prot) |= pgprot_val(cpa->mask_set); in __should_split_large_page()
897 * req_prot is in format of 4k pages. It must be converted to large in __should_split_large_page()
901 req_prot = pgprot_4k_2_large(req_prot); in __should_split_large_page()
902 req_prot = pgprot_clear_protnone_bits(req_prot); in __should_split_large_page()
903 if (pgprot_val(req_prot) in __should_split_large_page()
[all...]

Completed in 6 milliseconds