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

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp208 typedef struct ACPIState struct
352 } ACPIState; typedef in typeref:struct:ACPIState
641 static int acpiR3PlantTables(ACPIState *pThis);
645 DECLINLINE(void) acpiSetIrq(ACPIState *pThis, int level)
661 DECLINLINE(int) pm1a_level(ACPIState *pThis)
666 DECLINLINE(bool) gpe0_level(ACPIState *pThis)
683 static void apicUpdatePm1a(ACPIState *pThis, uint32_t sts, uint32_t en)
714 static void apicR3UpdateGpe0(ACPIState *pThis, uint32_t sts, uint32_t en)
737 static int acpiR3DoPowerOff(ACPIState *pThis)
751 static int acpiR3DoSleep(ACPIState *pThi
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp590 GEN_CHECK_SIZE(ACPIState);
591 GEN_CHECK_OFF(ACPIState, dev);
592 GEN_CHECK_OFF(ACPIState, pm1a_en);
593 GEN_CHECK_OFF(ACPIState, pm1a_sts);
594 GEN_CHECK_OFF(ACPIState, pm1a_ctl);
595 GEN_CHECK_OFF(ACPIState, u64PmTimerInitial);
596 GEN_CHECK_OFF(ACPIState, pPmTimerR3);
597 GEN_CHECK_OFF(ACPIState, pPmTimerR0);
598 GEN_CHECK_OFF(ACPIState, pPmTimerRC);
599 GEN_CHECK_OFF(ACPIState, uPmTimerVa
[all...]

Completed in 48 milliseconds