Searched refs:GIC_NUM_LOCAL_INTRS (Results 1 – 2 of 2) sorted by relevance
445 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()447 intr = find_first_bit(&pending, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()448 while (intr != GIC_NUM_LOCAL_INTRS) { in gic_handle_local_int()458 intr = find_first_bit(&pending, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()622 for (j = 0; j < GIC_NUM_LOCAL_INTRS; j++) { in gic_basic_init()725 if (GIC_HWIRQ_TO_LOCAL(hw) < GIC_NUM_LOCAL_INTRS) in gic_irq_domain_map()807 gic_irq_domain = irq_domain_add_simple(node, GIC_NUM_LOCAL_INTRS + in __gic_init()
228 #define GIC_NUM_LOCAL_INTRS 7 macro234 #define GIC_SHARED_HWIRQ_BASE GIC_NUM_LOCAL_INTRS