Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dxen.h371 #define UVMF_ALL (1UL<<2) /* Flush all TLBs. */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h478 #define UVMF_ALL (xen_mk_ulong(1)<<2) /* Flush all TLBs. */ macro
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c2262 flags = UVMF_INVLPG | UVMF_ALL; in xen_remap_exchanged_ptes()
2264 flags = UVMF_TLB_FLUSH | UVMF_ALL; in xen_remap_exchanged_ptes()