Home
last modified time | relevance | path

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

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