Searched refs:__invept (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 455 static always_inline void __invept(unsigned long type, u64 eptp, u64 gpa) in __invept() function 522 __invept(INVEPT_ALL_CONTEXT, 0, 0); in ept_sync_all()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 4279 __invept(INVEPT_ALL_CONTEXT, 0, 0); in vmx_vmenter_helper() 4281 __invept(INVEPT_SINGLE_CONTEXT, ept->eptp, 0); in vmx_vmenter_helper()
|
A D | vvmx.c | 1944 __invept(INVEPT_ALL_CONTEXT, 0, 0); in nvmx_handle_invept()
|
Completed in 16 milliseconds