Home
last modified time | relevance | path

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

/linux-6.15/include/xen/interface/
H A Dxen.h366 #define UVMF_TLB_FLUSH (1UL<<0) /* Flush entire TLB(s). */ macro
/linux-6.15/arch/x86/xen/
H A Dmmu_pv.c774 level == PT_PGD ? UVMF_TLB_FLUSH : 0); in xen_pin_page()
896 level == PT_PGD ? UVMF_TLB_FLUSH : 0); in xen_unpin_page()
2308 flags = UVMF_TLB_FLUSH | UVMF_ALL; in xen_remap_exchanged_ptes()