Searched defs:u64HostEfer (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp120 uint64_t u64HostEfer; member in struct:__anon16832::__anon16833
383 g_HvmR0.vmx.u64HostEfer = ASMRdMsr(MSR_K6_EFER);
1206 pVM->hm.s.vmx.u64HostEfer = g_HvmR0.vmx.u64HostEfer;
H A DHMSVMR0.cpp347 uint64_t u64HostEfer = ASMRdMsr(MSR_K6_EFER); local
348 if (u64HostEfer & MSR_K6_EFER_SVME)
365 ASMWrMsr(MSR_K6_EFER, u64HostEfer | MSR_K6_EFER_SVME);
410 uint64_t u64HostEfer = ASMRdMsr(MSR_K6_EFER); local
411 ASMWrMsr(MSR_K6_EFER, u64HostEfer & ~MSR_K6_EFER_SVME);
H A DHMVMXR0.cpp1425 pHostMsr->u64Value = pVCpu->CTX_SUFF(pVM)->hm.s.vmx.u64HostEfer;
3202 rc = VMXWriteVmcs64(VMX_VMCS64_HOST_FIELD_EFER_FULL, pVM->hm.s.vmx.u64HostEfer);
3244 uint64_t u64HostEfer = pVM->hm.s.vmx.u64HostEfer; local
3252 && (u64GuestEfer & MSR_K6_EFER_SCE) != (u64HostEfer & MSR_K6_EFER_SCE))
3264 && (u64GuestEfer & MSR_K6_EFER_NXE) != (u64HostEfer & MSR_K6_EFER_NXE))
/vbox/src/VBox/VMM/include/
H A DHMInternal.h417 uint64_t u64HostEfer; member in struct:HM::__anon16893

Completed in 99 milliseconds