Home
last modified time | relevance | path

Searched refs:handle_fasteoi_irq (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/arch/arm/mach-ns9xxx/
Dirq.c70 irq_set_chip_and_handler(i, &ns9xxx_chip, handle_fasteoi_irq); in ns9xxx_init_irq()
/linux-2.6.39/arch/sparc/kernel/
Dirq_64.c521 handle_fasteoi_irq, "IVEC"); in build_irq()
556 irq_set_chip_and_handler_name(irq, chip, handle_fasteoi_irq, in sun4v_build_common()
614 irq_set_chip_and_handler_name(irq, &sun4v_virq, handle_fasteoi_irq, in sun4v_build_virq()
/linux-2.6.39/arch/powerpc/platforms/85xx/
Dmpc85xx_cds.c171 handle_fasteoi_irq(irq, desc); in mpc85xx_8259_cascade_handler()
Dsocrates_fpga_pic.c250 handle_fasteoi_irq); in socrates_fpga_pic_host_map()
/linux-2.6.39/arch/powerpc/platforms/cell/
Dbeat_interrupt.c146 irq_set_chip_and_handler(virq, &beatic_pic, handle_fasteoi_irq); in beatic_pic_host_map()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dirq.c349 irq_set_chip_and_handler(virq, &iseries_pic, handle_fasteoi_irq); in iseries_irq_host_map()
/linux-2.6.39/include/linux/
Dirq.h396 extern void handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc);
/linux-2.6.39/arch/powerpc/platforms/ps3/
Dinterrupt.c673 irq_set_chip_and_handler(virq, &ps3_irq_chip, handle_fasteoi_irq); in ps3_host_map()
/linux-2.6.39/kernel/irq/
Dchip.c374 handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc) in handle_fasteoi_irq() function
/linux-2.6.39/Documentation/trace/
Dftrace.txt677 sshd-4261 0d.h. 4us : handle_fasteoi_irq (do_IRQ)
680 sshd-4261 0d.h1 12us : ack_ioapic_quirk_irq (handle_fasteoi_irq)
682 sshd-4261 0d.h1 13us : _spin_unlock (handle_fasteoi_irq)
837 sshd-4261 0d.h. 18us : handle_fasteoi_irq (do_IRQ)
838 sshd-4261 0d.h. 19us : _spin_lock (handle_fasteoi_irq)
840 sshd-4261 0d.h1 20us : _spin_unlock (handle_fasteoi_irq)
843 sshd-4261 0d.h1 28us : _spin_unlock (handle_fasteoi_irq)
/linux-2.6.39/arch/powerpc/platforms/pseries/
Dxics.c474 irq_set_chip_and_handler(virq, xics_irq_chip, handle_fasteoi_irq); in xics_host_map()
/linux-2.6.39/arch/powerpc/sysdev/
Dcpm1.c107 irq_set_chip_and_handler(virq, &cpm_pic, handle_fasteoi_irq); in cpm_pic_host_map()
Dmpic.c1005 irq_set_chip_and_handler(virq, chip, handle_fasteoi_irq); in mpic_host_map()
/linux-2.6.39/drivers/xen/
Devents.c776 handle_fasteoi_irq, "event"); in bind_evtchn_to_irq()
/linux-2.6.39/arch/x86/kernel/apic/
Dio_apic.c1265 hdl = fasteoi ? handle_fasteoi_irq : handle_edge_irq; in ioapic_register_intr()