Searched refs:multi_sgi (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kvm/vgic/
H A Dvgic.c754 bool *multi_sgi)
760 *multi_sgi = false;
773 *multi_sgi |= (w > 1);
784 bool multi_sgi; local
790 count = compute_ap_list_depth(vcpu, &multi_sgi);
791 if (count > kvm_vgic_global_state.nr_lr || multi_sgi)
806 if (multi_sgi && irq->priority > prio) {
753 compute_ap_list_depth(struct kvm_vcpu *vcpu, bool *multi_sgi) argument

Completed in 112 milliseconds