Searched refs:debugregs (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/um/asm/
H A Dprocessor_64.h11 unsigned long debugregs[8]; member in struct:arch_thread
16 #define INIT_ARCH_THREAD { .debugregs = { [ 0 ... 7 ] = 0 }, \
H A Dprocessor_32.h23 unsigned long debugregs[8]; member in struct:arch_thread
31 .debugregs = { [ 0 ... 7 ] = 0 }, \
/linux-master/arch/x86/um/
H A Dptrace_32.c114 child->thread.arch.debugregs[addr] = data;
168 tmp = child->thread.arch.debugregs[addr];
H A Dptrace_64.c124 child->thread.arch.debugregs[addr] = data;
186 tmp = child->thread.arch.debugregs[addr];
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h412 struct kvm_debugregs debugregs; member in struct:kvm_x86_state
860 struct kvm_debugregs *debugregs)
862 vcpu_ioctl(vcpu, KVM_GET_DEBUGREGS, debugregs);
865 struct kvm_debugregs *debugregs)
867 vcpu_ioctl(vcpu, KVM_SET_DEBUGREGS, debugregs);
859 vcpu_debugregs_get(struct kvm_vcpu *vcpu, struct kvm_debugregs *debugregs) argument
864 vcpu_debugregs_set(struct kvm_vcpu *vcpu, struct kvm_debugregs *debugregs) argument
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1042 vcpu_debugregs_get(vcpu, &state->debugregs);
1058 vcpu_debugregs_set(vcpu, &state->debugregs);

Completed in 140 milliseconds