Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp156 vector->interruptDisabledSoft = 1; in registerInterrupt()
193 vector->interruptDisabledSoft = 1; in registerInterrupt()
222 vector->interruptDisabledSoft = 1; in registerInterrupt()
259 vector->interruptDisabledSoft = 0; in unregisterInterrupt()
308 if (vector->interruptDisabledSoft) { in enableInterrupt()
309 vector->interruptDisabledSoft = 0; in enableInterrupt()
349 vector->interruptDisabledSoft = 1; in disableInterrupt()
655 vector->interruptDisabledSoft = 1; in registerInterrupt()
699 vector->interruptDisabledSoft = 0; in unregisterInterrupt()
754 vector->interruptDisabledSoft = 0; in enableInterrupt()
[all …]
H A DIOCPU.cpp734 vector->interruptDisabledSoft = 1; in registerInterrupt()
/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp158 if (!vector->interruptDisabledSoft) { in handleInterrupt()
/xnu-11215/iokit/IOKit/
H A DIOInterruptController.h48 volatile char interruptDisabledSoft; member