Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/interface/
Dxen.h382 #define UVMF_INVLPG (2UL<<0) /* Flush only one entry. */ macro
/linux-4.4.14/arch/x86/xen/
Dmmu.c1897 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base()
1902 set_page_prot_flags((void *)addr, PAGE_KERNEL, UVMF_INVLPG); in check_pt_base()
2563 flags = UVMF_INVLPG | UVMF_ALL; in xen_remap_exchanged_ptes()