Searched refs:has_pending_interrupts (Results 1 – 2 of 2) sorted by relevance
251 if (has_pending_interrupts(access)) { in EnableInterrupts()269 if (!has_pending_interrupts(access)) reset_limits(access); in PushPostponeInterruptsScope()282 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PopPostponeInterruptsScope()322 if (!has_pending_interrupts(access)) reset_limits(access); in ClearInterrupt()330 if (!has_pending_interrupts(access)) reset_limits(access); in CheckAndClearInterrupt()
147 bool has_pending_interrupts(const ExecutionAccess& lock) { in has_pending_interrupts() function