Searched refs:set_page_prot_flags (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 1615 static void __init set_page_prot_flags(void *addr, pgprot_t prot, in set_page_prot_flags() function 1626 return set_page_prot_flags(addr, prot, UVMF_NONE); in set_page_prot() 1655 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base() 1660 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 1643 static void __init set_page_prot_flags(void *addr, pgprot_t prot, in set_page_prot_flags() function 1654 return set_page_prot_flags(addr, prot, UVMF_NONE); in set_page_prot() 1683 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base() 1688 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base()
|
Completed in 8 milliseconds