invept_desc
struct invept_desc desc = *(struct invept_desc *)arg;
struct invept_desc invept_desc = { 0 };
invept_desc.eptp = eptp;
smp_rendezvous(NULL, invept_single_context, NULL, &invept_desc);
(struct invept_desc){ .eptp = vmx->eptp, ._res = 0 });
struct invept_desc invept_desc = { 0 };
invept(INVEPT_TYPE_ALL_CONTEXTS, invept_desc);
CTASSERT(sizeof(struct invept_desc) == 16);
invept(uint64_t type, struct invept_desc desc)