Home
last modified time | relevance | path

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

/Linux-v5.15/include/xen/interface/
Dxen.h384 #define UVMF_INVLPG (2UL<<0) /* Flush only one entry. */ macro
/Linux-v5.15/arch/x86/xen/
Dmmu_pv.c1657 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base()
1662 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base()
2211 flags = UVMF_INVLPG | UVMF_ALL; in xen_remap_exchanged_ptes()