vmxon
struct vmxon *vmxon;
vmxon = (struct vmxon *)vmxoncpu[cpu_index(ci)].va;
vmxon->ident = __SHIFTIN(revision, VMXON_IDENT_REVISION);
CTASSERT(sizeof(struct vmxon) == PAGE_SIZE);