Searched refs:UVMF_INVLPG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | xen.h | 384 #define UVMF_INVLPG (2UL<<0) /* Flush only one entry. */ macro
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | xen.h | 367 #define UVMF_INVLPG (2UL<<0) /* Flush only one entry. */ macro
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 265 UVMF_INVLPG)) in set_pte_mfn() 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() 2075 if (HYPERVISOR_update_va_mapping(vaddr, pte, UVMF_INVLPG)) in xen_set_fixmap() 2262 flags = UVMF_INVLPG | UVMF_ALL; in xen_remap_exchanged_ptes()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 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() 2209 flags = UVMF_INVLPG | UVMF_ALL; in xen_remap_exchanged_ptes()
|
Completed in 10 milliseconds