Searched refs:interrupt_shadows (Results 1 – 1 of 1) sorted by relevance
52 u8 interrupt_shadows[IRQ_COUNT]; member83 shadow = econet_intc.interrupt_shadows[hwirq]; in econet_chmask()162 } else if (econet_intc.interrupt_shadows[hwirq] == IS_SHADOW) { in econet_intc_map()167 if (econet_intc.interrupt_shadows[hwirq] == NOT_PERCPU) { in econet_intc_map()199 memset(econet_intc.interrupt_shadows, NOT_PERCPU, in get_shadow_interrupts()200 sizeof(econet_intc.interrupt_shadows)); in get_shadow_interrupts()233 if (econet_intc.interrupt_shadows[target] != NOT_PERCPU) { in get_shadow_interrupts()239 if (econet_intc.interrupt_shadows[shadow] != NOT_PERCPU) { in get_shadow_interrupts()245 econet_intc.interrupt_shadows[target] = shadow; in get_shadow_interrupts()246 econet_intc.interrupt_shadows[shadow] = IS_SHADOW; in get_shadow_interrupts()