Searched refs:GIC_NUM_LOCAL_INTRS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-mips-gic.c | 43 #define GIC_SHARED_HWIRQ_BASE GIC_NUM_LOCAL_INTRS 66 } gic_all_vpes_chip_data[GIC_NUM_LOCAL_INTRS]; 317 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int() 319 for_each_set_bit(intr, &pending, GIC_NUM_LOCAL_INTRS) { in gic_handle_local_int() 684 GIC_NUM_LOCAL_INTRS + gic_shared_intrs, in gic_register_ipi_domain() 827 gic_irq_domain = irq_domain_add_simple(node, GIC_NUM_LOCAL_INTRS + in gic_of_init()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-mips-gic.c | 45 #define GIC_SHARED_HWIRQ_BASE GIC_NUM_LOCAL_INTRS 67 } gic_all_vpes_chip_data[GIC_NUM_LOCAL_INTRS]; 318 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int() 320 for_each_set_bit(intr, &pending, GIC_NUM_LOCAL_INTRS) { in gic_handle_local_int() 684 GIC_NUM_LOCAL_INTRS + gic_shared_intrs, in gic_register_ipi_domain() 804 gic_irq_domain = irq_domain_add_simple(node, GIC_NUM_LOCAL_INTRS + in gic_of_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | mips-gic.h | 285 * @GIC_NUM_LOCAL_INTRS: The number of local interrupts 297 GIC_NUM_LOCAL_INTRS enumerator
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | mips-gic.h | 285 * @GIC_NUM_LOCAL_INTRS: The number of local interrupts 297 GIC_NUM_LOCAL_INTRS enumerator
|
Completed in 6 milliseconds