Home
last modified time | relevance | path

Searched refs:gic_cpuif_has_vsgi (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v4.c93 bool gic_cpuif_has_vsgi(void) in gic_cpuif_has_vsgi() function
102 bool gic_cpuif_has_vsgi(void) in gic_cpuif_has_vsgi() function
115 return has_v4_1() && gic_cpuif_has_vsgi(); in has_v4_1_sgi()
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v4.h150 bool gic_cpuif_has_vsgi(void);
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c89 if (kvm_vgic_global_state.has_gicv4_1 && gic_cpuif_has_vsgi()) in vgic_mmio_read_v3_misc()
122 if (!kvm_vgic_global_state.has_gicv4_1 || !gic_cpuif_has_vsgi()) in vgic_mmio_write_v3_misc()