Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c526 static inline pgprot_t static_protections(pgprot_t prot, unsigned long start, in static_protections() function
846 * protections. static_protections() guards against !PRESENT, so no in __should_split_large_page()
849 chk_prot = static_protections(old_prot, lpaddr, old_pfn, numpages, in __should_split_large_page()
885 new_prot = static_protections(req_prot, lpaddr, old_pfn, numpages, in __should_split_large_page()
938 prot = static_protections(ref_prot, address, pfn, npg, 0, CPA_PROTECT); in split_set_pte()
1536 new_prot = static_protections(new_prot, address, pfn, 1, 0, in __change_page_attr()
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c573 static inline pgprot_t static_protections(pgprot_t prot, unsigned long start, in static_protections() function
922 * protections. static_protections() guards against !PRESENT, so no in __should_split_large_page()
925 chk_prot = static_protections(old_prot, lpaddr, old_pfn, numpages, in __should_split_large_page()
961 new_prot = static_protections(req_prot, lpaddr, old_pfn, numpages, in __should_split_large_page()
1016 prot = static_protections(ref_prot, address, pfn, npg, 0, CPA_PROTECT); in split_set_pte()
1615 new_prot = static_protections(new_prot, address, pfn, 1, 0, in __change_page_attr()

Completed in 8 milliseconds