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

/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp920 uint32_t fInterruptPending = 0; local
921 rc = SSMR3GetU32(pSSM, &fInterruptPending);
924 if (fInterruptPending & ~1)
926 AssertMsgFailed(("fInterruptPending=%#x (APIC)\n", fInterruptPending));
930 if (fInterruptPending)
934 fInterruptPending = 0;
935 rc = SSMR3GetU32(pSSM, &fInterruptPending);
938 if (fInterruptPending & ~1)
940 AssertMsgFailed(("fInterruptPending
[all...]

Completed in 45 milliseconds