Searched refs:idCurrentCpu (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DHMInternal.h729 RTCPUID idCurrentCpu; member in struct:HMCPU::__anon16901::__anon16903
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp3108 RTCPUID idCurrentCpu = HMR0GetCurrentCpu()->idCpu;
3110 || idCurrentCpu != pVCpu->hm.s.idLastCpu)
3117 if (idCurrentCpu != pVCpu->hm.s.idLastCpu)
H A DHMVMXR0.cpp4993 /* LastError.idCurrentCpu was already updated in hmR0VmxPreRunGuestCommitted().
5006 Log4(("Current host CPU %u\n", pVCpu->hm.s.vmx.LastError.idCurrentCpu));
7287 /* LastError.idCurrentCpu was updated in hmR0VmxPreRunGuestCommitted(). */
8758 RTCPUID idCurrentCpu = pCpu->idCpu; local
8760 || idCurrentCpu != pVCpu->hm.s.idLastCpu)
8768 Assert(idCurrentCpu == pVCpu->hm.s.idLastCpu);
8769 pVCpu->hm.s.vmx.LastError.idCurrentCpu = idCurrentCpu; /* Update the error reporting info. with the current host CPU. */
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2941 LogRel(("HM: CPU[%u] Current Host Cpu %u\n", i, pVCpu->hm.s.vmx.LastError.idCurrentCpu));
2953 LogRel(("HM: CPU[%u] Current Host Cpu %u\n", i, pVCpu->hm.s.vmx.LastError.idCurrentCpu));

Completed in 2337 milliseconds