Searched refs:uSystemInfoIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp234 uint32_t uSystemInfoIndex; member in struct:ACPIState
1142 pThis->uSystemInfoIndex = u32;
1154 pThis->uSystemInfoIndex = u32;
1173 uint32_t const uSystemInfoIndex = pThis->uSystemInfoIndex;
1174 switch (uSystemInfoIndex)
1260 && pThis->uSystemInfoIndex - SYSTEM_INFO_INDEX_CPU0_STATUS < pThis->cCpus
1262 pThis->uSystemInfoIndex - SYSTEM_INFO_INDEX_CPU0_STATUS) )
1334 Log(("acpiR3SysInfoDataRead: idx=%d val=%#x (%d) rc=%Rrc\n", uSystemInfoIndex, *pu32, *pu32, rc));
1345 return PDMDevHlpDBGFStop(pDevIns, RT_SRC_POS, "cb=%d Port=%u u32=%#x idx=%u\n", cb, Port, u32, pThis->uSystemInfoIndex);
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp604 GEN_CHECK_OFF(ACPIState, uSystemInfoIndex);

Completed in 51 milliseconds