Searched refs:xive_esc_on (Results 1 – 3 of 3) sorted by relevance
97 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_push_vcpu()125 vcpu->arch.xive_esc_on = 0; in kvmppc_xive_push_vcpu()167 vcpu->arch.xive_esc_on = false; in xive_esc_irq()1110 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_disable_vcpu_interrupts()1113 vcpu->arch.xive_esc_on = false; in kvmppc_xive_disable_vcpu_interrupts()1146 if (!vcpu->arch.xive_esc_on) in xive_cleanup_single_escalation()
786 u8 xive_esc_on; /* Is the escalation irq enabled ? */ member
788 DEFINE(VCPU_XIVE_ESC_ON, offsetof(struct kvm_vcpu, arch.xive_esc_on)); in main()