Searched refs:GIC_HWIRQ_TO_LOCAL (Results 1 – 2 of 2) sorted by relevance
511 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq()518 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq()531 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq_all_vpes()545 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq_all_vpes()680 int intr = GIC_HWIRQ_TO_LOCAL(hw); in gic_local_irq_domain_map()777 if (GIC_HWIRQ_TO_LOCAL(hw) < GIC_NUM_LOCAL_INTRS) in gic_irq_domain_map()
244 #define GIC_HWIRQ_TO_LOCAL(x) ((x) - GIC_LOCAL_HWIRQ_BASE) macro