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

/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.c719 if (vcpu->arch.xive_esc_on) {
737 * that case we simply don't clear the xive_esc_on
747 vcpu->arch.xive_esc_on = 0;
794 if (vcpu->arch.xive_esc_on) {
800 * we also don't want to set xive_esc_on to 1 here in
811 vcpu->arch.xive_esc_on = true;
850 * disabled now. Clearing xive_esc_on means we won't bother
854 * of 10 is observed while xive_esc_on is true, it means the queue
858 vcpu->arch.xive_esc_on = false;
860 /* This orders xive_esc_on
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h808 u8 xive_esc_on; /* Is the escalation irq enabled ? */ member in struct:kvmppc_slb::kvm_vcpu_arch

Completed in 332 milliseconds