Searched refs:mp_state (Results 1 – 8 of 8) sorted by relevance
201 struct kvm_mp_state mp_state = { .mp_state = env->mp_state }; in kvm_put_mp_state() local203 return kvm_vcpu_ioctl(cpu, KVM_SET_MP_STATE, &mp_state); in kvm_put_mp_state()208 struct kvm_mp_state mp_state; in kvm_get_mp_state() local211 ret = kvm_vcpu_ioctl(cpu, KVM_GET_MP_STATE, &mp_state); in kvm_get_mp_state()216 env->mp_state = mp_state.mp_state; in kvm_get_mp_state()
132 qemu_put_be32s(f, &env->mp_state); in cpu_save()287 qemu_get_be32s(f, &env->mp_state); in cpu_load()
849 uint32_t mp_state; member
140 env->mp_state = KVM_MP_STATE_RUNNABLE; in kvm_arch_init_vcpu()
279 __u32 mp_state; member
403 __u32 mp_state; member
357 int mp_state; member