Home
last modified time | relevance | path

Searched refs:IOInterruptState (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.1.13/iokit/Kernel/
H A DIOSyncer.cpp74 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock); in reinit()
95 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock); in wait()
128 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock); in privateSignal()
H A DIOWorkLoop.cpp244 IOInterruptState is; in free()
394 IOInterruptState is = IOSimpleLockLockDisableInterrupt(workToDoLock); in runEventSources()
438 IOInterruptState is = IOSimpleLockLockDisableInterrupt(workToDoLock); in threadMain()
493 IOInterruptState is = IOSimpleLockLockDisableInterrupt(workToDoLock); in signalWorkAvailable()
H A DIOInterruptController.cpp604 IOInterruptState interruptState; in registerInterrupt()
675 IOInterruptState interruptState; in unregisterInterrupt()
741 IOInterruptState interruptState; in enableInterrupt()
774 IOInterruptState interruptState; in disableInterrupt()
H A DIOUserServer.cpp1480 IOInterruptState is; in IOInterruptDispatchSourceInterrupt()
1609 IOInterruptState is; in SetEnableWithCompletion_Impl()
1634 IOInterruptState is; in Cancel_Impl()
1653 IOInterruptState is; in CheckForWork_Impl()
1719 IOInterruptState is; in GetLastInterrupt_Impl()
2152 IOInterruptState is; in waitInterruptTrap()
/xnu-10002.1.13/iokit/IOKit/
H A DIOLocks.h517 typedef boolean_t IOInterruptState; typedef
519 typedef long int IOInterruptState; typedef
528 IOInterruptState
531 IOInterruptState state = ml_set_interrupts_enabled( false ); in IOSimpleLockLockDisableInterrupt()
545 IOInterruptState state ) in IOSimpleLockUnlockEnableInterrupt()
H A DIOKernelReporters.h806 IOInterruptState _interruptState;