Searched defs:typer (Results 1 – 4 of 4) sorted by relevance
87 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1) argument88 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1) argument89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) argument90 #define GICD_TYPER_ESPIS(typer) \ argument
1040 u64 typer; in gic_iterate_rdists() local1075 u64 typer; in __gic_populate_rdist() local1122 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties() local2063 u32 typer; in gic_init_bases() local
312 u32 typer; in gicv2m_init_one() local
115 u64 typer; member