Home
last modified time | relevance | path

Searched refs:GIC_HWIRQ_TO_LOCAL (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/irqchip/
Dirq-mips-gic.c44 #define GIC_HWIRQ_TO_LOCAL(x) ((x) - GIC_LOCAL_HWIRQ_BASE) macro
333 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq()
340 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq()
357 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq_all_vpes()
375 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq_all_vpes()
493 intr = GIC_HWIRQ_TO_LOCAL(hwirq); in gic_irq_domain_map()