Home
last modified time | relevance | path

Searched refs:KVM_SET_DEBUGREGS (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
Dkvm.h1521 #define KVM_SET_DEBUGREGS _IOW(KVMIO, 0xa2, struct kvm_debugregs) macro
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1150 r = ioctl(vcpu->fd, KVM_SET_DEBUGREGS, &state->debugregs); in vcpu_load_state()