Home
last modified time | relevance | path

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

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