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