Searched refs:GICD_TYPER_SPIS (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dgic_v3.h36 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) macro
/linux-master/include/linux/irqchip/
H A Darm-gic-v3.h89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) macro
91 (((typer) & GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0)
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c367 gicv3_data.nr_spis = GICD_TYPER_SPIS(
/linux-master/drivers/irqchip/
H A Dirq-gic-v3.c78 #define GIC_LINE_NR min(GICD_TYPER_SPIS(gic_data.rdists.gicd_typer), 1020U)

Completed in 127 milliseconds