Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_host.h785 u8 xive_pushed; /* Is the VP pushed on the physical CPU ? */ member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xive.c81 vcpu->arch.xive_pushed = 1; in kvmppc_xive_push_vcpu()
861 if (WARN_ON(vcpu->arch.xive_pushed)) in kvmppc_xive_set_icp()
Dbook3s_xive_native.c1182 if (WARN_ON(vcpu->arch.xive_pushed)) in kvmppc_xive_native_set_vp()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dasm-offsets.c787 DEFINE(VCPU_XIVE_PUSHED, offsetof(struct kvm_vcpu, arch.xive_pushed)); in main()