Home
last modified time | relevance | path

Searched refs:KVM_VCPU_PREEMPTED (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h71 #define KVM_VCPU_PREEMPTED (1 << 0) macro
/linux/arch/loongarch/kvm/
H A Dvcpu.c1839 unsafe_put_user(KVM_VCPU_PREEMPTED, &st->preempted, out); in kvm_vcpu_set_pv_preempted()
1840 vcpu->arch.st.preempted = KVM_VCPU_PREEMPTED; in kvm_vcpu_set_pv_preempted()
/linux/arch/x86/kvm/
H A Dx86.c5245 static const u8 preempted = KVM_VCPU_PREEMPTED; in kvm_steal_time_set_preempted()
5282 vcpu->arch.st.preempted = KVM_VCPU_PREEMPTED; in kvm_steal_time_set_preempted()