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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmpnotification-r0drv-solaris.c69 * @param CpuState The current event/state of the CPU.
77 static int rtMpNotificationCpuEvent(cpu_setup_t CpuState, int iCpu, void *pvArg) argument
85 if (CpuState == CPU_ON)
90 else if (CpuState == CPU_OFF)
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp1024 DISCPUSTATE CpuState; local
1026 disReadOpcodeBytes, NULL, &CpuState, &cbInstr);
1029 && CpuState.pCurInstr
1030 && CpuState.pCurInstr->uOpcode != OP_INVALID)
1033 size_t cch = DISFormatYasmEx(&CpuState, szTmp, sizeof(szTmp),
1037 cch = disHandleYasmDifferences(&CpuState, uFlatAddr, cbInstr, szTmp, sizeof(szTmp), cch);

Completed in 56 milliseconds