Searched refs:KVM_SET_MP_STATE (Results 1 – 3 of 3) sorted by relevance
1442 #define KVM_SET_MP_STATE _IOW(KVMIO, 0x99, struct kvm_mp_state) macro
1070 r = ioctl(vcpu->fd, KVM_SET_MP_STATE, &state->mp_state); in vcpu_load_state()
1284 ret = ioctl(vcpu->fd, KVM_SET_MP_STATE, mp_state); in vcpu_set_mp_state()