Home
last modified time | relevance | path

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

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