Searched refs:has_pending_interrupts (Results 1 – 2 of 2) sorted by relevance
306 if (has_pending_interrupts(access)) { in EnableInterrupts()340 if (!has_pending_interrupts(access)) reset_limits(access); in PushPostponeInterruptsScope()353 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PopPostponeInterruptsScope()390 if (!has_pending_interrupts(access)) reset_limits(access); in ClearInterrupt()398 if (!has_pending_interrupts(access)) reset_limits(access); in CheckAndClearInterrupt()
210 bool has_pending_interrupts(const ExecutionAccess& lock) { in has_pending_interrupts() function