Lines Matching refs:range
113 * written by software is moved to the Non-secure range by the Distributor.
334 * Contrary to the ESPI range, the EPPI range is contiguous
335 * to the PPI range in the registers, so let's adjust the
599 enum gic_intid_range range;
604 range = get_intid_range(d);
611 return (range == SPI_RANGE || range == ESPI_RANGE) &&
649 enum gic_intid_range range;
655 range = get_intid_range(d);
658 if (range == SGI_RANGE)
662 if ((range == SPI_RANGE || range == ESPI_RANGE) &&
674 if (ret && (range == PPI_RANGE || range == EPPI_RANGE)) {
894 * actual priority in the non-secure range. In the process, it
927 /* Extended SPI range, not handled by the GICv2/GICv3 common code */
1668 enum gic_intid_range range;
1679 range = __get_intid_range(hwirq);
1680 if (range != PPI_RANGE && range != EPPI_RANGE)
1982 * MSB bit set, to make it fit in the non-secure priority range.
1989 * be in the non-secure range, we use a different PMR value to mask IRQs