Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/include/arm64/
A Dgic_v3.h89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) macro
91 (((typer) & GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0)
/tools/testing/selftests/kvm/lib/arm64/
A Dgic_v3.c372 gicv3_data.nr_spis = GICD_TYPER_SPIS( in gicv3_init()

Completed in 8 milliseconds