Lines Matching refs:interrupts
793 // DPL of SS correctly when taking interrupts, so we need to fix
1140 // call across threads, we might still lose interrupts unless
1143 EventQueue::ScopedMigration migrate(interrupts[0]->eventQueue());
1144 fault = interrupts[0]->getInterrupt(tc);
1145 interrupts[0]->updateIntrInfo(tc);
1188 if (interrupts[0]->checkInterruptsRaw()) {
1189 if (interrupts[0]->hasPendingUnmaskable()) {
1197 // interrupts (e.g., by doing a CPU handover). Let's sync
1199 // interrupts that should be delivered now.
1201 if (interrupts[0]->checkInterrupts(tc)) {
1203 "M5 has pending interrupts, delivering interrupt.\n");
1213 "M5 has pending interrupts, requesting interrupt "
1237 // Tell KVM to find a suitable place to deliver interrupts. This
1238 // should ensure that pending interrupts have been delivered and
1239 // things are reasonably consistent (i.e., no interrupts pending
1383 // We could probably handle this in a by re-inserting interrupts
1389 // there are pending interrupts.