Lines Matching defs:preempted
3573 "+m" (st->preempted));
3579 vcpu->arch.st.preempted = 0;
3592 unsafe_put_user(0, &st->preempted, out);
3593 vcpu->arch.st.preempted = 0;
4867 static const u8 preempted = KVM_VCPU_PREEMPTED;
4871 * The vCPU can be marked preempted if and only if the VM-Exit was on
4875 * preempted if and only if the VM-Exit was due to a host interrupt.
4886 if (vcpu->arch.st.preempted)
4901 BUILD_BUG_ON(sizeof(st->preempted) != sizeof(preempted));
4903 if (!copy_to_user_nofault(&st->preempted, &preempted, sizeof(preempted)))
4904 vcpu->arch.st.preempted = KVM_VCPU_PREEMPTED;
4913 if (vcpu->preempted) {