Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/tools/testing/selftests/kvm/lib/
Dx86.c752 struct kvm_debugregs debugregs; member
838 r = ioctl(vcpu->fd, KVM_GET_DEBUGREGS, &state->debugregs); in vcpu_save_state()
881 r = ioctl(vcpu->fd, KVM_SET_DEBUGREGS, &state->debugregs); in vcpu_load_state()