Lines Matching defs:preempted
3078 "+m" (st->preempted));
3084 vcpu->arch.st.preempted = 0;
3097 unsafe_put_user(0, &st->preempted, out);
3098 vcpu->arch.st.preempted = 0;
4112 static const u8 preempted = KVM_VCPU_PREEMPTED;
4116 * The vCPU can be marked preempted if and only if the VM-Exit was on
4120 * preempted if and only if the VM-Exit was due to a host interrupt.
4131 if (vcpu->arch.st.preempted)
4146 BUILD_BUG_ON(sizeof(st->preempted) != sizeof(preempted));
4148 if (!copy_to_user_nofault(&st->preempted, &preempted, sizeof(preempted)))
4149 vcpu->arch.st.preempted = KVM_VCPU_PREEMPTED;
4158 if (vcpu->preempted) {