debugregs          23 arch/x86/um/asm/processor_32.h 	unsigned long debugregs[8];
debugregs          31 arch/x86/um/asm/processor_32.h 	.debugregs  		= { [ 0 ... 7 ] = 0 }, \
debugregs          11 arch/x86/um/asm/processor_64.h         unsigned long debugregs[8];
debugregs          17 arch/x86/um/asm/processor_64.h #define INIT_ARCH_THREAD { .debugregs  		= { [ 0 ... 7 ] = 0 }, \
debugregs         137 arch/x86/um/ptrace_32.c 		child->thread.arch.debugregs[addr] = data;
debugregs         191 arch/x86/um/ptrace_32.c 		tmp = child->thread.arch.debugregs[addr];
debugregs         131 arch/x86/um/ptrace_64.c 		child->thread.arch.debugregs[addr] = data;
debugregs         196 arch/x86/um/ptrace_64.c 		tmp = child->thread.arch.debugregs[addr];
debugregs         995 tools/testing/selftests/kvm/lib/x86_64/processor.c 	struct kvm_debugregs debugregs;
debugregs        1091 tools/testing/selftests/kvm/lib/x86_64/processor.c 	r = ioctl(vcpu->fd, KVM_GET_DEBUGREGS, &state->debugregs);
debugregs        1130 tools/testing/selftests/kvm/lib/x86_64/processor.c 	r = ioctl(vcpu->fd, KVM_SET_DEBUGREGS, &state->debugregs);