Searched defs:dr7 (Results 1 – 14 of 14) sorted by relevance
/linux/tools/perf/arch/x86/tests/ |
H A D | bp-modify.c | 63 unsigned long rip = 0, dr7 = 1; in bp_modify1() local 140 unsigned long rip = 0, dr7 = 1; in bp_modify2() local
|
/linux/arch/x86/kernel/ |
H A D | hw_breakpoint.c | 77 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) in decode_dr7() 99 unsigned long *dr7; in arch_install_hw_breakpoint() local 147 unsigned long dr7; in arch_uninstall_hw_breakpoint() local
|
H A D | traps.c | 1113 unsigned long dr7 = local_db_save(); in exc_debug_kernel() local
|
H A D | ptrace.c | 498 int dr7 = 0; in ptrace_get_dr7() local
|
/linux/arch/x86/include/asm/ |
H A D | debugreg.h | 130 unsigned long dr7; in local_db_save() local 152 static __always_inline void local_db_restore(unsigned long dr7) in local_db_restore()
|
H A D | kvm_host.h | 975 unsigned long dr7; member
|
/linux/arch/x86/kvm/ |
H A D | smm.h | 59 u32 dr7; member 130 u64 dr7; member
|
H A D | x86.c | 1499 unsigned long dr7; in kvm_update_dr7() local 8967 static int kvm_vcpu_check_hw_bp(unsigned long addr, u32 type, u32 dr7, in kvm_vcpu_check_hw_bp()
|
/linux/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 2228 unsigned long dr7; in DEFINE_IDTENTRY_MCE() local 2238 unsigned long dr7; in DEFINE_IDTENTRY_MCE_USER() local 2259 unsigned long dr7; in DEFINE_FREDENTRY_MCE() local 2273 unsigned long dr7; in DEFINE_IDTENTRY_RAW() local
|
/linux/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test.c | 59 unsigned long vdr7, dr7; in toggle_breakpoint() local
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.h | 147 u64 dr7; member
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 290 __u64 dr7; member 375 __u64 dr7; member
|
/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 290 __u64 dr7; member 375 __u64 dr7; member
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 5533 int dr, dr7, reg; in handle_dr() local
|