Home
last modified time | relevance | path

Searched refs:xive_pushed (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_xive.c101 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()
Dbook3s_xive_native.c1190 if (WARN_ON(vcpu->arch.xive_pushed)) in kvmppc_xive_native_set_vp()
/arch/powerpc/include/asm/
Dkvm_host.h779 u8 xive_pushed; /* Is the VP pushed on the physical CPU ? */ member
/arch/powerpc/kernel/
Dasm-offsets.c679 DEFINE(VCPU_XIVE_PUSHED, offsetof(struct kvm_vcpu, arch.xive_pushed)); in main()