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

/xnu-2422.115.4/iokit/Kernel/
H A DIOInterruptController.cpp121 // The interruptDisabledSoft now indicates the driver's request for enablement.
151 wasDisabledSoft = vector->interruptDisabledSoft;
154 vector->interruptDisabledSoft = 1;
177 if (wasAlreadyRegisterd) wasDisabledSoft = vector->interruptDisabledSoft;
184 vector->interruptDisabledSoft = 1;
211 vector->interruptDisabledSoft = 1;
247 vector->interruptDisabledSoft = 0;
292 if (vector->interruptDisabledSoft) {
293 vector->interruptDisabledSoft = 0;
324 vector->interruptDisabledSoft
[all...]
H A DIOCPU.cpp727 vector->interruptDisabledSoft = 1;
/xnu-2422.115.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp146 if (!vector->interruptDisabledSoft) {
/xnu-2422.115.4/iokit/IOKit/
H A DIOInterruptController.h48 volatile char interruptDisabledSoft; member in struct:IOInterruptVector

Completed in 29 milliseconds