CR4_VMXE
CALLBACK(setcr, 4, CR4_PAE | CR4_VMXE);
cr4 = vmm_get_host_cr4() | CR4_VMXE;
load_cr4(rcr4() & ~CR4_VMXE);
load_cr4(rcr4() | CR4_VMXE);