Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dxen.h366 #define UVMF_TLB_FLUSH (1UL<<0) /* Flush entire TLB(s). */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h473 #define UVMF_TLB_FLUSH (xen_mk_ulong(1)<<0) /* Flush entire TLB(s). */ macro
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c730 level == PT_PGD ? UVMF_TLB_FLUSH : 0); in xen_pin_page()
847 level == PT_PGD ? UVMF_TLB_FLUSH : 0); in xen_unpin_page()
2264 flags = UVMF_TLB_FLUSH | UVMF_ALL; in xen_remap_exchanged_ptes()