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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp127 // The interruptDisabledSoft now indicates the driver's request for enablement.
157 wasDisabledSoft = vector->interruptDisabledSoft;
160 vector->interruptDisabledSoft = 1;
183 if (wasAlreadyRegisterd) wasDisabledSoft = vector->interruptDisabledSoft;
190 vector->interruptDisabledSoft = 1;
216 vector->interruptDisabledSoft = 1;
252 vector->interruptDisabledSoft = 0;
297 if (vector->interruptDisabledSoft) {
298 vector->interruptDisabledSoft = 0;
332 vector->interruptDisabledSoft
[all...]
H A DIOCPU.cpp694 vector->interruptDisabledSoft = 1;
/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp146 if (!vector->interruptDisabledSoft) {
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h48 volatile char interruptDisabledSoft; member in struct:IOInterruptVector

Completed in 22 milliseconds