Searched defs:idCurrentCpu (Results 1 - 2 of 2) 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 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. */

Completed in 87 milliseconds