Searched defs:dr7 (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
H A D | hw_breakpoint.c | 86 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) decode_dr7() argument 108 unsigned long *dr7; arch_install_hw_breakpoint() local 148 unsigned long *dr7; arch_uninstall_hw_breakpoint() local 375 int dr7 = 0; aout_dump_debugregs() local 448 unsigned long dr7, dr6; hw_breakpoint_handler() local
|
H A D | ptrace.c | 583 int dr7 = 0; ptrace_get_dr7() local
|
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test.c | 57 unsigned long vdr7, dr7; toggle_breakpoint() local
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | svm.h | 157 u64 dr7; member in struct:vmcb_save_area
|
H A D | kvm_host.h | 521 unsigned long dr7; member in struct:kvm_vcpu_arch
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 252 __u64 dr7; member in struct:kvm_debug_exit_arch 328 __u64 dr7; member in struct:kvm_debugregs
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | emulate.c | 3150 ulong desc_addr, dr7; emulator_do_task_switch() local 3930 unsigned long dr7; check_dr7_gd() local
|
H A D | vmx.c | 5537 int dr, dr7, reg; handle_dr() local
|
H A D | x86.c | 837 unsigned long dr7; kvm_update_dr7() local 5256 static int kvm_vcpu_check_hw_bp(unsigned long addr, u32 type, u32 dr7, kvm_vcpu_check_hw_bp() argument
|
Completed in 404 milliseconds