SPI_RANGE
case SPI_RANGE:
return SPI_RANGE;
case SPI_RANGE:
case SPI_RANGE:
case SPI_RANGE:
return (range == SPI_RANGE || range == ESPI_RANGE) &&
if ((range == SPI_RANGE || range == ESPI_RANGE) &&
cpu_or_dist = (intid_range == SPI_RANGE) ? DIST_BIT : cpu;
GUEST_ASSERT(get_intid_range(intid) == SPI_RANGE);
bool is_spi = get_intid_range(intid) == SPI_RANGE;
bool is_spi = get_intid_range(intid) == SPI_RANGE;
cpu_or_dist = (get_intid_range(intid) == SPI_RANGE) ? DIST_BIT : guest_get_vcpuid();
return SPI_RANGE;