Searched refs:GIC_HWIRQ_TO_LOCAL (Results 1 – 2 of 2) sorted by relevance
464 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq()471 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq()484 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq_all_vpes()498 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq_all_vpes()633 int intr = GIC_HWIRQ_TO_LOCAL(hw); in gic_local_irq_domain_map()725 if (GIC_HWIRQ_TO_LOCAL(hw) < GIC_NUM_LOCAL_INTRS) in gic_irq_domain_map()
233 #define GIC_HWIRQ_TO_LOCAL(x) ((x) - GIC_LOCAL_HWIRQ_BASE) macro