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

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp267 RTIOPORT uPmIoPortBase; member in struct:ACPIState
1771 Assert(pThis->uPmIoPortBase != 0);
1776 return (RTIOPORT)(pThis->uPmIoPortBase + offset);
1868 Log(("acpi: rebasing PM 0x%x -> 0x%x\n", pThis->uPmIoPortBase, NewIoPortBase));
1869 if (NewIoPortBase != pThis->uPmIoPortBase)
1875 pThis->uPmIoPortBase = NewIoPortBase;
1927 SSMFIELD_ENTRY(ACPIState, uPmIoPortBase),
1946 SSMFIELD_ENTRY(ACPIState, uPmIoPortBase),
1967 SSMFIELD_ENTRY(ACPIState, uPmIoPortBase),
3329 pThis->uPmIoPortBase
[all...]

Completed in 50 milliseconds