Searched refs:esc_virq (Results 1 – 3 of 3) sorted by relevance
94 if (xc->esc_virq[i]) { in kvmppc_xive_native_cleanup_vcpu()96 xive_cleanup_single_escalation(vcpu, xc->esc_virq[i]); in kvmppc_xive_native_cleanup_vcpu()97 free_irq(xc->esc_virq[i], vcpu); in kvmppc_xive_native_cleanup_vcpu()98 irq_dispose_mapping(xc->esc_virq[i]); in kvmppc_xive_native_cleanup_vcpu()100 xc->esc_virq[i] = 0; in kvmppc_xive_native_cleanup_vcpu()830 if (xc->esc_virq[prio]) { in kvmppc_xive_reset()831 free_irq(xc->esc_virq[prio], vcpu); in kvmppc_xive_reset()832 irq_dispose_mapping(xc->esc_virq[prio]); in kvmppc_xive_reset()834 xc->esc_virq[prio] = 0; in kvmppc_xive_reset()
875 if (xc->esc_virq[prio]) in kvmppc_xive_attach_escalation()880 if (!xc->esc_virq[prio]) { in kvmppc_xive_attach_escalation()901 rc = request_irq(xc->esc_virq[prio], xive_esc_irq, in kvmppc_xive_attach_escalation()930 irq_dispose_mapping(xc->esc_virq[prio]); in kvmppc_xive_attach_escalation()931 xc->esc_virq[prio] = 0; in kvmppc_xive_attach_escalation()1827 if (xc->esc_virq[i]) { in kvmppc_xive_cleanup_vcpu()1830 free_irq(xc->esc_virq[i], vcpu); in kvmppc_xive_cleanup_vcpu()1831 irq_dispose_mapping(xc->esc_virq[i]); in kvmppc_xive_cleanup_vcpu()2819 if (!q->qpage && !xc->esc_virq[i]) in kvmppc_xive_debug_show_queues()2831 if (xc->esc_virq[i]) { in kvmppc_xive_debug_show_queues()[all …]
180 u32 esc_virq[KVMPPC_XIVE_Q_COUNT]; member