Home
last modified time | relevance | path

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

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