Searched refs:KVM_GET_MP_STATE (Results 1 – 9 of 9) sorted by relevance
79 TEST(SanitizerIoctl, KVM_GET_MP_STATE) { in TEST() argument
63 KVM_GET_MP_STATE = 2147790488
63 KVM_GET_MP_STATE = 1074048664
88 ioctl$KVM_GET_MP_STATE(fd fd_kvmcpu, cmd const[KVM_GET_MP_STATE], arg ptr[out, int32])
1045 r = ioctl(vcpu->fd, KVM_GET_MP_STATE, &state->mp_state); in vcpu_save_state()
1367 #define KVM_GET_MP_STATE _IOR(KVMIO, 0x98, struct kvm_mp_state) macro