Searched hist:9874 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/
H A Dinterrupts.ccdiff 9874:81c0ae6ffb9e Wed Sep 18 05:28:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Add support for checking the raw state of an interrupt

In order to support hardware virtualization, we need to be able to
check if there are any interrupts pending irregardless of the
rflags.intf value. This changeset adds the checkInterruptsRaw() method
to the x86 interrupt control. It returns true if there are pending
interrupts that can be delivered as soon as the CPU is ready for
interrupt delivery.
H A Dinterrupts.hhdiff 9874:81c0ae6ffb9e Wed Sep 18 05:28:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Add support for checking the raw state of an interrupt

In order to support hardware virtualization, we need to be able to
check if there are any interrupts pending irregardless of the
rflags.intf value. This changeset adds the checkInterruptsRaw() method
to the x86 interrupt control. It returns true if there are pending
interrupts that can be delivered as soon as the CPU is ready for
interrupt delivery.

Completed in 28 milliseconds