Searched refs:interruptState (Results 1 – 1 of 1) sorted by relevance
604 IOInterruptState interruptState; in registerInterrupt() local658 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in registerInterrupt()663 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in registerInterrupt()675 IOInterruptState interruptState; in unregisterInterrupt() local708 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in unregisterInterrupt()741 IOInterruptState interruptState; in enableInterrupt() local748 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in enableInterrupt()756 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in enableInterrupt()774 IOInterruptState interruptState; in disableInterrupt() local781 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in disableInterrupt()[all …]