Searched refs:dr7 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_ptrace_x86_wait.h | 392 union u dr7; in dbregs_trap_variable() local 402 dr7.raw = 0; in dbregs_trap_variable() 405 dr7.bits.global_dr0_breakpoint = 1; in dbregs_trap_variable() 406 dr7.bits.condition_dr0 = cond; in dbregs_trap_variable() 407 dr7.bits.len_dr0 = len; in dbregs_trap_variable() 410 dr7.bits.global_dr1_breakpoint = 1; in dbregs_trap_variable() 411 dr7.bits.condition_dr1 = cond; in dbregs_trap_variable() 412 dr7.bits.len_dr1 = len; in dbregs_trap_variable() 415 dr7.bits.global_dr2_breakpoint = 1; in dbregs_trap_variable() 416 dr7.bits.condition_dr2 = cond; in dbregs_trap_variable() [all …]
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | dbregs.c | 201 register_t dr7, dr6; in x86_dbregs_user_trap() local 204 dr7 = rdr7(); in x86_dbregs_user_trap() 205 if ((dr7 & X86_GLOBAL_BREAKPOINT) == 0) { in x86_dbregs_user_trap()
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
H A D | save.h | 88 uint64_t dr7; member 202 uint64_t dr7; member
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | vm_event.h | 182 uint64_t dr7; member
|
/netbsd-src/sys/dev/nvmm/x86/ |
H A D | nvmm_x86_svm.c | 447 uint64_t dr7; member 1902 vmcb->state.dr7 = state->drs[NVMM_X64_DR_DR7]; in svm_vcpu_setstate() 2030 state->drs[NVMM_X64_DR_DR7] = vmcb->state.dr7; in svm_vcpu_getstate()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-reg.tbl | 154 dr7, Class=RegDR, 0, 7, Dw2Inval, Dw2Inval
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-reg.tbl | 221 dr7, Class=RegDR, 0, 7, Dw2Inval, Dw2Inval
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.td | 344 def DR7 : X86Reg<"dr7", 7>;
|
/netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
H A D | ChangeLog-2002-2021 | 17602 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
|