Searched refs:controllerDisabled (Results 1 – 2 of 2) sorted by relevance
588 controllerDisabled = 1; in initInterruptController()718 controllerDisabled = 0; in unregisterInterrupt()758 if (controllerDisabled && (vectorsEnabled == vectorsRegistered)) { in enableInterrupt()759 controllerDisabled = 0; in enableInterrupt()848 controllerDisabled = 1; in handleInterrupt()
138 volatile int controllerDisabled; variable