Home
last modified time | relevance | path

Searched refs:esc_virq (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_xive.c104 if (xc->esc_virq[prio]) in xive_attach_escalation()
108 xc->esc_virq[prio] = irq_create_mapping(NULL, q->esc_irq); in xive_attach_escalation()
109 if (!xc->esc_virq[prio]) { in xive_attach_escalation()
128 rc = request_irq(xc->esc_virq[prio], xive_esc_irq, in xive_attach_escalation()
138 irq_dispose_mapping(xc->esc_virq[prio]); in xive_attach_escalation()
139 xc->esc_virq[prio] = 0; in xive_attach_escalation()
1006 if (xc->esc_virq[i]) { in kvmppc_xive_cleanup_vcpu()
1007 free_irq(xc->esc_virq[i], vcpu); in kvmppc_xive_cleanup_vcpu()
1008 irq_dispose_mapping(xc->esc_virq[i]); in kvmppc_xive_cleanup_vcpu()
Dbook3s_xive.h155 u32 esc_virq[KVMPPC_XIVE_Q_COUNT]; member