Home
last modified time | relevance | path

Searched refs:GICR_TYPER_VLPIS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dgicv3_internal.h126 #define GICR_TYPER_VLPIS (1U << 1) macro
528 if (s->cpu[0].gicr_typer & GICR_TYPER_VLPIS) { in gicv3_redist_size()
H A Darm_gicv3_common.c429 s->cpu[i].gicr_typer |= GICR_TYPER_VLPIS; in arm_gicv3_common_realize()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3.c997 if (typer & GICR_TYPER_VLPIS) in gic_iterate_rdists()
1060 if ((typer & GICR_TYPER_VLPIS) && (typer & GICR_TYPER_RVPEID)) { in __gic_update_rdist_properties()
1075 gic_data.rdists.has_vlpis &= !!(typer & GICR_TYPER_VLPIS); in __gic_update_rdist_properties()
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v3.h243 #define GICR_TYPER_VLPIS (1U << 1) macro