Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/xen/interface/
Dxen.h388 #define UVMF_ALL (1UL<<2) /* Flush all TLBs. */ macro
/kernel/linux/linux-5.10/arch/x86/xen/
Dmmu_pv.c2209 flags = UVMF_INVLPG | UVMF_ALL; in xen_remap_exchanged_ptes()
2211 flags = UVMF_TLB_FLUSH | UVMF_ALL; in xen_remap_exchanged_ptes()