Searched refs:xive_esc_on (Results 1 – 3 of 3) sorted by relevance
117 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_push_vcpu()145 vcpu->arch.xive_esc_on = 0; in kvmppc_xive_push_vcpu()191 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_rearm_escalation()208 vcpu->arch.xive_esc_on = true; in kvmppc_xive_rearm_escalation()253 vcpu->arch.xive_esc_on = false; in xive_esc_irq()1158 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_disable_vcpu_interrupts()1161 vcpu->arch.xive_esc_on = false; in kvmppc_xive_disable_vcpu_interrupts()1194 if (!vcpu->arch.xive_esc_on) in xive_cleanup_single_escalation()
780 u8 xive_esc_on; /* Is the escalation irq enabled ? */ member
678 DEFINE(VCPU_XIVE_ESC_ON, offsetof(struct kvm_vcpu, arch.xive_esc_on)); in main()
Completed in 12 milliseconds