Searched refs:GICR_TYPER_VLPIS (Results 1 – 2 of 2) sorted by relevance
921 if (typer & GICR_TYPER_VLPIS) in gic_iterate_rdists()982 if ((typer & GICR_TYPER_VLPIS) && (typer & GICR_TYPER_RVPEID)) { in __gic_update_rdist_properties()997 gic_data.rdists.has_vlpis &= !!(typer & GICR_TYPER_VLPIS); in __gic_update_rdist_properties()
243 #define GICR_TYPER_VLPIS (1U << 1) macro