Searched refs:GICR_TYPER_VLPIS (Results 1 – 4 of 4) sorted by relevance
130 #define GICR_TYPER_VLPIS (1U << 1) macro541 if (s->cpu[0].gicr_typer & GICR_TYPER_VLPIS) { in gicv3_redist_size()
473 s->cpu[i].gicr_typer |= GICR_TYPER_VLPIS; in arm_gicv3_common_realize()
1004 if (typer & GICR_TYPER_VLPIS) in gic_iterate_rdists()1067 if ((typer & GICR_TYPER_VLPIS) && (typer & GICR_TYPER_RVPEID)) { in __gic_update_rdist_properties()1082 gic_data.rdists.has_vlpis &= !!(typer & GICR_TYPER_VLPIS); in __gic_update_rdist_properties()
243 #define GICR_TYPER_VLPIS (1U << 1) macro