Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp123 vector->interruptDisabledHard = 0; in registerInterrupt()
157 vector->interruptDisabledHard = 1; in registerInterrupt()
194 vector->interruptDisabledHard = 1; in registerInterrupt()
221 vector->interruptDisabledHard = 1; in registerInterrupt()
260 vector->interruptDisabledHard = 0; in unregisterInterrupt()
318 if (vector->interruptDisabledHard) { in enableInterrupt()
319 vector->interruptDisabledHard = 0; in enableInterrupt()
700 vector->interruptDisabledHard = 0; in unregisterInterrupt()
H A DIOCPU.cpp733 vector->interruptDisabledHard = 1; in registerInterrupt()
/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp169 vector->interruptDisabledHard = 1; in handleInterrupt()
/xnu-11215/iokit/IOKit/
H A DIOInterruptController.h49 volatile char interruptDisabledHard; member