Searched refs:has_pending_interrupts (Results 1 – 2 of 2) sorted by relevance
61 if (has_pending_interrupts(access)) { in EnableInterrupts()91 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PushInterruptsScope()93 if (!has_pending_interrupts(access)) reset_limits(access); in PushInterruptsScope()121 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PopInterruptsScope()157 if (!has_pending_interrupts(access)) reset_limits(access); in ClearInterrupt()171 if (!has_pending_interrupts(access)) reset_limits(access); in FetchAndClearInterrupts()
98 bool has_pending_interrupts(const ExecutionAccess& lock) { in has_pending_interrupts() function