Searched refs:esc_virq (Results 1 – 3 of 3) sorted by relevance
270 if (xc->esc_virq[prio]) in kvmppc_xive_attach_escalation()275 if (!xc->esc_virq[prio]) { in kvmppc_xive_attach_escalation()325 irq_dispose_mapping(xc->esc_virq[prio]); in kvmppc_xive_attach_escalation()326 xc->esc_virq[prio] = 0; in kvmppc_xive_attach_escalation()1221 if (xc->esc_virq[i]) { in kvmppc_xive_cleanup_vcpu()1224 xc->esc_virq[i]); in kvmppc_xive_cleanup_vcpu()1225 free_irq(xc->esc_virq[i], vcpu); in kvmppc_xive_cleanup_vcpu()1226 irq_dispose_mapping(xc->esc_virq[i]); in kvmppc_xive_cleanup_vcpu()2213 if (!q->qpage && !xc->esc_virq[i]) in kvmppc_xive_debug_show_queues()2225 if (xc->esc_virq[i]) { in kvmppc_xive_debug_show_queues()[all …]
94 if (xc->esc_virq[i]) { in kvmppc_xive_native_cleanup_vcpu()97 xc->esc_virq[i]); in kvmppc_xive_native_cleanup_vcpu()98 free_irq(xc->esc_virq[i], vcpu); in kvmppc_xive_native_cleanup_vcpu()99 irq_dispose_mapping(xc->esc_virq[i]); in kvmppc_xive_native_cleanup_vcpu()101 xc->esc_virq[i] = 0; in kvmppc_xive_native_cleanup_vcpu()831 if (xc->esc_virq[prio]) { in kvmppc_xive_reset()832 free_irq(xc->esc_virq[prio], vcpu); in kvmppc_xive_reset()833 irq_dispose_mapping(xc->esc_virq[prio]); in kvmppc_xive_reset()835 xc->esc_virq[prio] = 0; in kvmppc_xive_reset()
180 u32 esc_virq[KVMPPC_XIVE_Q_COUNT]; member
Completed in 11 milliseconds