Searched refs:invvpid (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h184 invvpid(uint64_t type, struct invvpid_desc desc) function
188 __asm __volatile("invvpid %[desc], %[type];"
195 panic("invvpid error %d", error);
H A Dvmx.c422 return "invvpid";
553 * It is still sub-optimal because the invvpid will invalidate
594 invvpid(INVVPID_TYPE_ALL_CONTEXTS, invvpid_desc);
1275 invvpid(INVVPID_TYPE_SINGLE_CONTEXT, invvpid_desc);
1279 * The invvpid can be skipped if an invept is going to

Completed in 202 milliseconds