Home
last modified time | relevance | path

Searched refs:ACTUAL_NR_IRQS (Results 1 – 3 of 3) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dhw_irq.h10 #define ACTUAL_NR_IRQS alpha_mv.nr_irqs macro
12 #define ACTUAL_NR_IRQS NR_IRQS macro
/linux/kernel/irq/
H A Dproc.c459 #ifndef ACTUAL_NR_IRQS
460 # define ACTUAL_NR_IRQS irq_get_nr_irqs() macro
473 if (i > ACTUAL_NR_IRQS) in show_interrupts()
476 if (i == ACTUAL_NR_IRQS) in show_interrupts()
/linux/arch/alpha/kernel/
H A Dirq.c112 if (!desc || ((unsigned) irq > ACTUAL_NR_IRQS && in handle_irq()