/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | genericirq.rst | 155 - handle_fasteoi_irq() 226 handle_fasteoi_irq为中断提供了一个通用的实现,它只需要在处理程序的末端有一个EOI。
|
/openbmc/linux/arch/m68k/apollo/ |
H A D | dn_ints.c | 46 m68k_setup_irq_controller(&apollo_irq_chip, handle_fasteoi_irq, in dn_init_IRQ()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | irq_cpu.c | 75 handle_fasteoi_irq); in init_IRQ()
|
/openbmc/linux/arch/mips/dec/ |
H A D | ioasic-irq.c | 109 handle_edge_irq : handle_fasteoi_irq); in init_ioasic_irqs()
|
/openbmc/linux/arch/powerpc/sysdev/xics/ |
H A D | xics-common.c | 353 xics_ics, handle_fasteoi_irq, NULL, NULL); in xics_host_map() 438 xics_ics, handle_fasteoi_irq, NULL, NULL); in xics_host_domain_alloc()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-nvic.c | 102 "nvic_irq", handle_fasteoi_irq, in nvic_of_init()
|
H A D | irq-wpcm450-aic.c | 124 irq_set_chip_and_handler(irq, &wpcm450_aic_chip, handle_fasteoi_irq); in wpcm450_aic_map()
|
H A D | irq-sun4i.c | 96 irq_set_chip_and_handler(virq, &sun4i_irq_chip, handle_fasteoi_irq); in sun4i_irq_map()
|
H A D | irq-sifive-plic.c | 234 handle_fasteoi_irq, NULL); in plic_irq_set_type() 314 handle_fasteoi_irq, NULL, NULL); in plic_irqdomain_map()
|
H A D | irq-clps711x.c | 140 handler = handle_fasteoi_irq; in clps711x_intc_irq_map()
|
H A D | irq-atmel-aic-common.c | 238 handle_fasteoi_irq, in aic_common_of_init()
|
H A D | irq-csky-mpintc.c | 184 handle_fasteoi_irq); in csky_irqdomain_map()
|
H A D | irq-sunxi-nmi.c | 162 handle_fasteoi_irq, clr, 0, in sunxi_sc_nmi_irq_init()
|
H A D | irq-pic32-evic.c | 270 gc->chip_types[0].handler = handle_fasteoi_irq; in pic32_of_init()
|
H A D | irq-hip04.c | 305 handle_fasteoi_irq); in hip04_irq_domain_map()
|
H A D | irq-sni-exiu.c | 111 irq_set_handler_locked(d, handle_fasteoi_irq); in exiu_irq_set_type()
|
/openbmc/linux/arch/powerpc/platforms/8xx/ |
H A D | cpm1-ic.c | 75 irq_set_chip_and_handler(virq, &cpm_pic, handle_fasteoi_irq); in cpm_pic_host_map()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | ehv_pic.c | 210 irq_set_chip_and_handler(virq, chip, handle_fasteoi_irq); in ehv_pic_host_map()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sodaville.c | 154 handle_fasteoi_irq); in sdv_register_irqsupport()
|
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | socrates_fpga_pic.c | 233 handle_fasteoi_irq); in socrates_fpga_pic_host_map()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | irq_64.c | 629 handle_fasteoi_irq, "IVEC"); in build_irq() 672 irq_set_chip_and_handler_name(irq, chip, handle_fasteoi_irq, "IVEC"); in sun4v_build_common()
|
/openbmc/linux/Documentation/core-api/ |
H A D | genericirq.rst | 163 - handle_fasteoi_irq() 238 handle_fasteoi_irq provides a generic implementation for interrupts,
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | nvme-fault-injection.rst | 47 handle_fasteoi_irq+0x78/0x120
|
/openbmc/linux/kernel/irq/ |
H A D | chip.c | 687 void handle_fasteoi_irq(struct irq_desc *desc) in handle_fasteoi_irq() function 737 EXPORT_SYMBOL_GPL(handle_fasteoi_irq);
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | interrupt.c | 665 irq_set_chip_and_handler(virq, &ps3_irq_chip, handle_fasteoi_irq); in ps3_host_map()
|