/linux/arch/x86/xen/ |
H A D | smp.c | 73 IRQF_PERCPU|IRQF_NOBALANCING, in xen_smp_intr_init() 87 IRQF_PERCPU|IRQF_NOBALANCING, in xen_smp_intr_init() 102 IRQF_PERCPU | IRQF_NOBALANCING, in xen_smp_intr_init() 117 IRQF_PERCPU|IRQF_NOBALANCING, in xen_smp_intr_init()
|
H A D | smp_pv.c | 123 IRQF_PERCPU|IRQF_NOBALANCING, in xen_smp_intr_init_pv() 135 IRQF_PERCPU|IRQF_NOBALANCING, in xen_smp_intr_init_pv()
|
H A D | spinlock.c | 81 IRQF_PERCPU|IRQF_NOBALANCING, in xen_init_lock_cpu()
|
H A D | time.c | 359 IRQF_PERCPU|IRQF_NOBALANCING|IRQF_TIMER| in xen_setup_timer()
|
/linux/arch/mips/cavium-octeon/ |
H A D | smp.c | 264 IRQF_PERCPU | IRQF_NO_THREAD, "SMP-IPI", in octeon_prepare_cpus() 455 IRQF_PERCPU | IRQF_NO_THREAD, "Scheduler", in octeon_78xx_prepare_cpus() 461 IRQF_PERCPU | IRQF_NO_THREAD, "SMP-Call", in octeon_78xx_prepare_cpus() 467 IRQF_PERCPU | IRQF_NO_THREAD, "ICache-Flush", in octeon_78xx_prepare_cpus()
|
/linux/arch/mips/kernel/ |
H A D | cevt-r4k.c | 168 .flags = IRQF_PERCPU | IRQF_TIMER | IRQF_SHARED, 295 unsigned long flags = IRQF_PERCPU | IRQF_TIMER | IRQF_SHARED; in r4k_clockevent_init()
|
H A D | cevt-gt641xx.c | 144 IRQF_PERCPU | IRQF_TIMER, "gt641xx_timer0", NULL); in gt641xx_timer0_clockevent_init()
|
H A D | smp-bmips.c | 181 IRQF_PERCPU | IRQF_NO_SUSPEND, "smp_ipi0", NULL)) in bmips_prepare_cpus() 184 IRQF_PERCPU | IRQF_NO_SUSPEND, "smp_ipi1", NULL)) in bmips_prepare_cpus()
|
H A D | cevt-sb1250.c | 101 unsigned long flags = IRQF_PERCPU | IRQF_TIMER; in sb1250_clockevent_init()
|
H A D | cevt-txx9.c | 198 if (request_irq(irq, txx9tmr_interrupt, IRQF_PERCPU | IRQF_TIMER, in txx9_clockevent_init()
|
H A D | smp.c | 239 ret = request_irq(virq, handler, IRQF_PERCPU, name, NULL); in smp_ipi_init_one()
|
/linux/drivers/irqchip/ |
H A D | irq-ompic.c | 186 ret = request_irq(irq, ompic_ipi_handler, IRQF_PERCPU, in ompic_of_init()
|
/linux/arch/mips/sni/ |
H A D | time.c | 70 IRQF_PERCPU | IRQF_TIMER, "a20r-timer", cd)) in sni_a20r_timer_setup()
|
/linux/arch/sh/kernel/cpu/sh2/ |
H A D | smp-j2.c | 65 if (request_irq(j2_ipi_irq, j2_ipi_interrupt_handler, IRQF_PERCPU, in j2_prepare_cpus()
|
/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | smp-shx3.c | 77 IRQF_PERCPU, "IPI", (void *)(long)i)) in shx3_prepare_cpus()
|
/linux/kernel/irq/ |
H A D | manage.c | 1301 if (new->flags & (IRQF_NO_THREAD | IRQF_PERCPU | IRQF_ONESHOT)) in irq_setup_forced_threading() 1586 if ((old->flags & IRQF_PERCPU) != in __setup_irq() 1587 (new->flags & IRQF_PERCPU)) in __setup_irq() 1692 if (new->flags & IRQF_PERCPU) { in __setup_irq() 2236 if (!(irqflags & IRQF_PERCPU)) in request_nmi() 2485 action->flags = flags | IRQF_PERCPU | IRQF_NO_SUSPEND; in __request_percpu_irq() 2554 action->flags = IRQF_PERCPU | IRQF_NO_SUSPEND | IRQF_NO_THREAD in request_percpu_nmi()
|
H A D | handle.c | 154 !(action->flags & (IRQF_NO_THREAD | IRQF_PERCPU | IRQF_ONESHOT))) in __handle_irq_event_percpu()
|
/linux/arch/mips/sgi-ip27/ |
H A D | ip27-timer.c | 64 .flags = IRQF_PERCPU | IRQF_TIMER,
|
/linux/arch/parisc/kernel/ |
H A D | irq.c | 547 unsigned long flags = IRQF_TIMER | IRQF_PERCPU | IRQF_IRQPOLL; in claim_cpu_irqs() 560 if (request_irq(IPI_IRQ, ipi_interrupt, IRQF_PERCPU, "IPI", NULL)) in claim_cpu_irqs()
|
/linux/arch/loongarch/kernel/ |
H A D | time.c | 187 if (request_irq(irq, constant_timer_interrupt, IRQF_PERCPU | IRQF_TIMER, "timer", NULL)) in constant_clockevent_init()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | smp.c | 200 IRQF_PERCPU | IRQF_NO_THREAD, "IPI", NULL); in psurge_secondary_ipi_init() 402 unsigned long flags = IRQF_PERCPU | IRQF_NO_THREAD; in smp_psurge_setup_cpu()
|
/linux/drivers/clocksource/ |
H A D | timer-rtl-otto.c | 191 .flags = IRQF_PERCPU | IRQF_TIMER,
|
/linux/arch/powerpc/sysdev/xics/ |
H A D | xics-common.c | 135 IRQF_NO_DEBUG | IRQF_PERCPU | IRQF_NO_THREAD, "IPI", NULL)); in xics_request_ipi()
|
/linux/arch/xtensa/kernel/ |
H A D | smp.c | 62 if (request_irq(irq, ipi_interrupt, IRQF_PERCPU, "ipi", NULL)) in ipi_init()
|
/linux/include/linux/ |
H A D | interrupt.h | 77 #define IRQF_PERCPU 0x00000400 macro
|