Home
last modified time | relevance | path

Searched refs:debugregs (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/um/asm/
Dprocessor_64.h11 unsigned long debugregs[8]; member
17 #define INIT_ARCH_THREAD { .debugregs = { [ 0 ... 7 ] = 0 }, \
Dprocessor_32.h23 unsigned long debugregs[8]; member
31 .debugregs = { [ 0 ... 7 ] = 0 }, \
/Linux-v5.4/arch/x86/um/
Dptrace_64.c131 child->thread.arch.debugregs[addr] = data; in poke_user()
196 tmp = child->thread.arch.debugregs[addr]; in peek_user()
Dptrace_32.c137 child->thread.arch.debugregs[addr] = data; in poke_user()
191 tmp = child->thread.arch.debugregs[addr]; in peek_user()
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c995 struct kvm_debugregs debugregs; member
1091 r = ioctl(vcpu->fd, KVM_GET_DEBUGREGS, &state->debugregs); in vcpu_save_state()
1130 r = ioctl(vcpu->fd, KVM_SET_DEBUGREGS, &state->debugregs); in vcpu_load_state()