Searched refs:intState (Results 1 – 4 of 4) sorted by relevance
242 uint64_t intState = cpuIntsOff(); in timTimerCancelEx() local253 cpuIntsRestore(intState); in timTimerCancelEx()271 uint64_t intState; in timTimerCancelAll() local276 intState = cpuIntsOff(); in timTimerCancelAll()286 cpuIntsRestore(intState); in timTimerCancelAll()
74 uint64_t len, proposedLen, intState; in mpuRegionCfg() local95 intState = cpuIntsOff(); in mpuRegionCfg()104 cpuIntsRestore(intState); in mpuRegionCfg()
165 uint64_t intState; in rtcSetWakeupTimer() local212 intState = cpuIntsOff(); in rtcSetWakeupTimer()245 cpuIntsRestore(intState); in rtcSetWakeupTimer()
408 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest() local413 intState = cpuIntsOff(); in platSleepClockRequest()424 cpuIntsRestore(intState); in platSleepClockRequest()602 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep() local668 intState = cpuIntsOff(); in platSleep()684 cpuIntsRestore(intState); in platSleep()