Searched refs:KVM_SET_DEBUGREGS (Results 1 – 4 of 4) sorted by relevance
45 ioctl_iow_nr!(KVM_SET_DEBUGREGS, KVMIO, 0xa2, kvm_debugregs);
1412 #define KVM_SET_DEBUGREGS _IOW(KVMIO, 0xa2, struct kvm_debugregs) macro
1179 r = ioctl(vcpu->fd, KVM_SET_DEBUGREGS, &state->debugregs); in vcpu_load_state()
1396 ioctl_with_ref(self, KVM_SET_DEBUGREGS(), dregs) in set_debugregs()