Searched defs:hw_irq (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/sysdev/xics/ |
D | ics-rtas.c | 29 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_unmask_irq() local 65 static void ics_rtas_mask_real_irq(unsigned int hw_irq) in ics_rtas_mask_real_irq() 91 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_mask_irq() local 104 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_set_affinity() local 153 static int ics_rtas_check(struct ics *ics, unsigned int hw_irq) in ics_rtas_check()
|
D | ics-opal.c | 44 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_unmask_irq() local 69 static void ics_opal_mask_real_irq(unsigned int hw_irq) in ics_opal_mask_real_irq() 86 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_mask_irq() local 99 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_set_affinity() local 154 static int ics_opal_check(struct ics *ics, unsigned int hw_irq) in ics_opal_check()
|
D | icp-opal.c | 108 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_opal_eoi() local
|
D | icp-hv.c | 77 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_hv_eoi() local
|
D | ics-native.c | 134 static int ics_native_check(struct ics *ics, unsigned int hw_irq) in ics_native_check()
|
D | icp-native.c | 88 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_native_eoi() local
|
/arch/powerpc/sysdev/xive/ |
D | native.c | 46 int xive_native_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_native_populate_irq_data() 97 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_native_configure_irq() 111 static int xive_native_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_native_get_irq_config() 450 void xive_native_sync_source(u32 hw_irq) in xive_native_sync_source() 456 void xive_native_sync_queue(u32 hw_irq) in xive_native_sync_queue()
|
D | common.c | 267 static struct irq_data *xive_get_irq_data(u32 hw_irq) in xive_get_irq_data() 274 int xmon_xive_get_irq_config(u32 hw_irq, struct irq_data *d) in xmon_xive_get_irq_config() 610 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_startup() local 655 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_shutdown() local 701 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_affinity() local 820 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_vcpu_affinity() local 1730 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_debug_show_irq() local
|
D | spapr.c | 385 static int xive_spapr_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_spapr_populate_irq_data() 447 static int xive_spapr_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_spapr_configure_irq() 457 static int xive_spapr_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_spapr_get_irq_config() 658 static void xive_spapr_sync_source(u32 hw_irq) in xive_spapr_sync_source()
|
/arch/powerpc/platforms/powernv/ |
D | opal-irqchip.c | 235 u32 hw_irq; in opal_event_init() local
|
D | pci-ioda.c | 1991 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in pnv_ioda2_msi_eoi() local
|
/arch/powerpc/include/asm/ |
D | xive.h | 47 u32 hw_irq; member
|
/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 785 static int xics_opal_set_server(unsigned int hw_irq, int server_cpu) in xics_opal_set_server()
|
D | book3s_xive.c | 952 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(host_data); in kvmppc_xive_set_mapped() local
|