Home
last modified time | relevance | path

Searched refs:xive_esc_on (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_xive.c719 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_push_vcpu()
737 * that case we simply don't clear the xive_esc_on in kvmppc_xive_push_vcpu()
747 vcpu->arch.xive_esc_on = 0; in kvmppc_xive_push_vcpu()
794 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_rearm_escalation()
800 * we also don't want to set xive_esc_on to 1 here in in kvmppc_xive_rearm_escalation()
811 vcpu->arch.xive_esc_on = true; in kvmppc_xive_rearm_escalation()
850 * disabled now. Clearing xive_esc_on means we won't bother in xive_esc_irq()
854 * of 10 is observed while xive_esc_on is true, it means the queue in xive_esc_irq()
858 vcpu->arch.xive_esc_on = false; in xive_esc_irq()
860 /* This orders xive_esc_on in xive_esc_irq()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_xive.c97 if (vcpu->arch.xive_esc_on) { in kvmppc_xive_push_vcpu()
115 * that case we simply don't clear the xive_esc_on in kvmppc_xive_push_vcpu()
125 vcpu->arch.xive_esc_on = 0; in kvmppc_xive_push_vcpu()
159 * disabled now. Clearing xive_esc_on means we won't bother in xive_esc_irq()
163 * of 10 is observed while xive_esc_on is true, it means the queue in xive_esc_irq()
167 vcpu->arch.xive_esc_on = false; in xive_esc_irq()
169 /* This orders xive_esc_on = false vs. subsequent stale_p = true */ 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()
1141 * (i.e. stale_p set if xive_esc_on i in xive_cleanup_single_escalation()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkvm_host.h786 u8 xive_esc_on; /* Is the escalation irq enabled ? */ member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkvm_host.h792 u8 xive_esc_on; /* Is the escalation irq enabled ? */ member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dasm-offsets.c788 DEFINE(VCPU_XIVE_ESC_ON, offsetof(struct kvm_vcpu, arch.xive_esc_on)); in main()

Completed in 10 milliseconds