Searched refs:gic_cpuif_has_vsgi (Results 1 - 3 of 3) sorted by path

/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c89 if (kvm_vgic_global_state.has_gicv4_1 && gic_cpuif_has_vsgi())
122 if (!kvm_vgic_global_state.has_gicv4_1 || !gic_cpuif_has_vsgi())
/linux-master/drivers/irqchip/
H A Dirq-gic-v4.c94 bool gic_cpuif_has_vsgi(void) function
103 bool gic_cpuif_has_vsgi(void) function
116 return has_v4_1() && gic_cpuif_has_vsgi();
/linux-master/include/linux/irqchip/
H A Darm-gic-v4.h148 bool gic_cpuif_has_vsgi(void);

Completed in 321 milliseconds