Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dxen.h367 #define UVMF_INVLPG (2UL<<0) /* Flush only one entry. */ macro
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c265 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()
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h474 #define UVMF_INVLPG (xen_mk_ulong(2)<<0) /* Flush only one entry. */ macro