| /kernel/linux/linux-4.19/arch/powerpc/sysdev/xics/ |
| D | ics-rtas.c | 42 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_unmask_irq() local 87 static void ics_rtas_mask_real_irq(unsigned int hw_irq) in ics_rtas_mask_real_irq() 113 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_mask_irq() local 126 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_set_affinity() local 174 unsigned int hw_irq = (unsigned int)virq_to_hw(virq); in ics_rtas_map() local
|
| D | ics-opal.c | 48 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_unmask_irq() local 84 static void ics_opal_mask_real_irq(unsigned int hw_irq) in ics_opal_mask_real_irq() 101 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_mask_irq() local 114 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_set_affinity() local 183 unsigned int hw_irq = (unsigned int)virq_to_hw(virq); in ics_opal_map() local
|
| D | icp-opal.c | 111 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_opal_eoi() local
|
| D | icp-hv.c | 81 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_hv_eoi() local
|
| /kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/ |
| D | ics-rtas.c | 42 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_unmask_irq() local 87 static void ics_rtas_mask_real_irq(unsigned int hw_irq) in ics_rtas_mask_real_irq() 113 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_mask_irq() local 126 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_set_affinity() local 174 unsigned int hw_irq = (unsigned int)virq_to_hw(virq); in ics_rtas_map() local
|
| D | ics-opal.c | 44 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_unmask_irq() local 80 static void ics_opal_mask_real_irq(unsigned int hw_irq) in ics_opal_mask_real_irq() 97 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_mask_irq() local 110 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_set_affinity() local 179 unsigned int hw_irq = (unsigned int)virq_to_hw(virq); in ics_opal_map() local
|
| D | icp-opal.c | 107 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_opal_eoi() local
|
| D | icp-hv.c | 76 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_hv_eoi() local
|
| /kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/ |
| D | common.c | 264 static struct irq_data *xive_get_irq_data(u32 hw_irq) in xive_get_irq_data() 271 int xmon_xive_get_irq_config(u32 hw_irq, struct irq_data *d) in xmon_xive_get_irq_config() 365 static void xive_do_source_eoi(u32 hw_irq, struct xive_irq_data *xd) in xive_do_source_eoi() 606 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_startup() local 661 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_shutdown() local 697 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_unmask() local 720 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_mask() local 735 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_affinity() local 865 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_vcpu_affinity() local 1275 unsigned int hw_irq; in xive_irq_domain_unmap() local [all …]
|
| D | native.c | 45 int xive_native_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_native_populate_irq_data() 102 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_native_configure_irq() 116 static int xive_native_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_native_get_irq_config() 387 static void xive_native_eoi(u32 hw_irq) in xive_native_eoi() 457 void xive_native_sync_source(u32 hw_irq) in xive_native_sync_source() 463 void xive_native_sync_queue(u32 hw_irq) in xive_native_sync_queue()
|
| D | spapr.c | 373 static int xive_spapr_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_spapr_populate_irq_data() 434 static int xive_spapr_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_spapr_configure_irq() 444 static int xive_spapr_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_spapr_get_irq_config() 631 static void xive_spapr_eoi(u32 hw_irq) in xive_spapr_eoi() 650 static void xive_spapr_sync_source(u32 hw_irq) in xive_spapr_sync_source()
|
| /kernel/linux/linux-4.19/drivers/irqchip/ |
| D | irq-renesas-intc-irqpin.c | 67 int hw_irq; member 127 int reg, int hw_irq) in intc_irqpin_hwirq_mask() 133 int reg, int hw_irq) in intc_irqpin_irq_write_hwirq() 194 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_enable() local 203 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_disable() local 212 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_enable() local 223 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_disable() local 284 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_set_wake() local
|
| D | irq-renesas-irqc.c | 53 int hw_irq; member 91 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_type() local 110 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_wake() local
|
| /kernel/linux/linux-5.10/drivers/irqchip/ |
| D | irq-renesas-intc-irqpin.c | 55 int hw_irq; member 114 int reg, int hw_irq) in intc_irqpin_hwirq_mask() 120 int reg, int hw_irq) in intc_irqpin_irq_write_hwirq() 181 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_enable() local 190 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_disable() local 199 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_enable() local 210 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_disable() local 271 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_set_wake() local
|
| D | irq-renesas-irqc.c | 40 int hw_irq; member 77 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_type() local 96 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_wake() local
|
| /kernel/linux/linux-4.19/arch/powerpc/sysdev/xive/ |
| D | common.c | 306 void xive_do_source_eoi(u32 hw_irq, struct xive_irq_data *xd) in xive_do_source_eoi() 539 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_startup() local 591 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_shutdown() local 637 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_unmask() local 660 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_mask() local 675 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_affinity() local 801 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_vcpu_affinity() local 1181 unsigned int hw_irq; in xive_irq_domain_unmap() local 1331 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_flush_cpu_queue() local
|
| D | native.c | 48 int xive_native_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_native_populate_irq_data() 105 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_native_configure_irq() 385 static void xive_native_eoi(u32 hw_irq) in xive_native_eoi() 455 void xive_native_sync_source(u32 hw_irq) in xive_native_sync_source()
|
| D | spapr.c | 337 static int xive_spapr_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_spapr_populate_irq_data() 398 static int xive_spapr_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_spapr_configure_irq() 572 static void xive_spapr_eoi(u32 hw_irq) in xive_spapr_eoi() 591 static void xive_spapr_sync_source(u32 hw_irq) in xive_spapr_sync_source()
|
| /kernel/linux/linux-5.10/kernel/irq/ |
| D | generic-chip.c | 340 __irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in __irq_get_domain_generic_chip() 359 irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in irq_get_domain_generic_chip() 378 irq_hw_number_t hw_irq) in irq_map_generic_chip() 431 unsigned int hw_irq = data->hwirq; in irq_unmap_generic_chip() local
|
| /kernel/linux/linux-4.19/kernel/irq/ |
| D | generic-chip.c | 340 __irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in __irq_get_domain_generic_chip() 359 irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in irq_get_domain_generic_chip() 378 irq_hw_number_t hw_irq) in irq_map_generic_chip() 431 unsigned int hw_irq = data->hwirq; in irq_unmap_generic_chip() local
|
| /kernel/linux/linux-5.10/drivers/misc/ocxl/ |
| D | afu_irq.c | 11 int hw_irq; member
|
| /kernel/linux/linux-4.19/drivers/misc/ocxl/ |
| D | afu_irq.c | 11 int hw_irq; member
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/powernv/ |
| D | opal-irqchip.c | 242 u32 hw_irq; in opal_event_init() local
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | opal-irqchip.c | 238 u32 hw_irq; in opal_event_init() local
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/ |
| D | xive.h | 48 u32 hw_irq; member
|