Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp604 IOInterruptState interruptState; in registerInterrupt() local
658 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in registerInterrupt()
663 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in registerInterrupt()
675 IOInterruptState interruptState; in unregisterInterrupt() local
708 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in unregisterInterrupt()
741 IOInterruptState interruptState; in enableInterrupt() local
748 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in enableInterrupt()
756 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in enableInterrupt()
774 IOInterruptState interruptState; in disableInterrupt() local
781 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in disableInterrupt()
[all …]