Searched refs:invept (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h205 invept(uint64_t type, struct invept_desc desc) function
209 __asm __volatile("invept %[desc], %[type];"
216 panic("invept error %d", error);
H A Dept.c91 * - invept instruction with all possible types is supported
162 invept(INVEPT_TYPE_SINGLE_CONTEXT, desc);
H A Dvmx_support.S129 /* Setup the invept descriptor on the host stack */
135 invept -16(%r11), %rax
136 jbe invept_error /* Check invept instruction error */
H A Dvmx.c299 return "invept";
478 invept(INVEPT_TYPE_ALL_CONTEXTS, invept_desc);
1058 * The invvpid can be skipped if an invept is going to
1059 * be performed before entering the guest. The invept

Completed in 101 milliseconds