Searched refs:KVM_GET_MP_STATE (Results 1 – 2 of 2) sorted by relevance
1441 #define KVM_GET_MP_STATE _IOR(KVMIO, 0x98, struct kvm_mp_state) macro
995 r = ioctl(vcpu->fd, KVM_GET_MP_STATE, &state->mp_state); in vcpu_save_state()