Searched defs:u64HostCr4 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp117 uint64_t u64HostCr4; member in struct:__anon16832::__anon16833
382 g_HvmR0.vmx.u64HostCr4 = ASMGetCR4();
434 g_HvmR0.vmx.u64HostCr4 = ASMGetCR4();
435 if (!(g_HvmR0.vmx.u64HostCr4 & X86_CR4_VMXE))
439 ASMSetCR4(g_HvmR0.vmx.u64HostCr4 | X86_CR4_VMXE);
473 ASMSetCR4(g_HvmR0.vmx.u64HostCr4);
1205 pVM->hm.s.vmx.u64HostCr4 = g_HvmR0.vmx.u64HostCr4;
/vbox/src/VBox/VMM/include/
H A DHMInternal.h414 uint64_t u64HostCr4; member in struct:HM::__anon16893

Completed in 53 milliseconds