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

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp714 static void apicR3UpdateGpe0(ACPIState *pThis, uint32_t sts, uint32_t en) function
867 apicR3UpdateGpe0(pThis, pThis->gpe0_sts | 0x4, pThis->gpe0_en);
1628 apicR3UpdateGpe0(pThis, u32, pThis->gpe0_en);
1667 apicR3UpdateGpe0(pThis, pThis->gpe0_sts, u32);
2859 apicR3UpdateGpe0(pThis, pThis->gpe0_sts | 0x2, pThis->gpe0_en);
2894 apicR3UpdateGpe0(pThis, pThis->gpe0_sts | 0x2, pThis->gpe0_en);

Completed in 50 milliseconds