Searched refs:xive_pushed (Results 1 – 4 of 4) sorted by relevance
101 vcpu->arch.xive_pushed = 1; in kvmppc_xive_push_vcpu()158 if (!vcpu->arch.xive_pushed) in kvmppc_xive_pull_vcpu()177 vcpu->arch.xive_pushed = 0; in kvmppc_xive_pull_vcpu()911 if (WARN_ON(vcpu->arch.xive_pushed)) in kvmppc_xive_set_icp()
1190 if (WARN_ON(vcpu->arch.xive_pushed)) in kvmppc_xive_native_set_vp()
779 u8 xive_pushed; /* Is the VP pushed on the physical CPU ? */ member
679 DEFINE(VCPU_XIVE_PUSHED, offsetof(struct kvm_vcpu, arch.xive_pushed)); in main()