Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/include/arm64/
Dgic_v3.h89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) macro
/linux-6.15/include/linux/irqchip/
Darm-gic-v3.h89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) macro