Searched refs:GIC_NUM_LOCAL_INTRS (Results 1 – 2 of 2) sorted by relevance
492 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()494 intr = find_first_bit(&pending, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()495 while (intr != GIC_NUM_LOCAL_INTRS) { in gic_handle_local_int()505 intr = find_first_bit(&pending, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()669 for (j = 0; j < GIC_NUM_LOCAL_INTRS; j++) { in gic_basic_init()777 if (GIC_HWIRQ_TO_LOCAL(hw) < GIC_NUM_LOCAL_INTRS) in gic_irq_domain_map()861 gic_irq_domain = irq_domain_add_simple(node, GIC_NUM_LOCAL_INTRS + in __gic_init()
239 #define GIC_NUM_LOCAL_INTRS 7 macro245 #define GIC_SHARED_HWIRQ_BASE GIC_NUM_LOCAL_INTRS