Searched defs:typer (Results 1 – 5 of 5) sorted by relevance
29 #define GICD_TYPER_IRQS(typer) ((((typer) & 0x1f) + 1) * 32) argument
11 u64 typer = readq(gicv3_its_base() + GITS_TYPER); in its_parse_typer() local
13 u64 typer; in gicv3_set_redist_base() local
50 struct its_typer typer; member
586 struct its_typer *typer = &its_data.typer; in test_its_introspection() local