OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dr7
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/x86/x86/
dbregs.c
65
/* DR6 and
DR7
contain predefined nonzero bits */
85
* It's sufficient to just disable Debug Control Register (
DR7
).
201
register_t
dr7
, dr6;
local in function:x86_dbregs_user_trap
204
dr7
= rdr7();
205
if ((
dr7
& X86_GLOBAL_BREAKPOINT) == 0) {
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
vm_event.h
182
uint64_t
dr7
;
member in struct:vm_event_regs_x86
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h
88
uint64_t
dr7
;
member in struct:hvm_hw_cpu
202
uint64_t
dr7
;
member in struct:hvm_hw_cpu_compat
/src/tests/lib/libc/sys/
t_ptrace_x86_wait.h
388
union u
dr7
;
local in function:dbregs_trap_variable
398
dr7
.raw = 0;
401
dr7
.bits.global_dr0_breakpoint = 1;
402
dr7
.bits.condition_dr0 = cond;
403
dr7
.bits.len_dr0 = len;
406
dr7
.bits.global_dr1_breakpoint = 1;
407
dr7
.bits.condition_dr1 = cond;
408
dr7
.bits.len_dr1 = len;
411
dr7
.bits.global_dr2_breakpoint = 1;
412
dr7
.bits.condition_dr2 = cond
1108
union u
dr7
;
local in function:ATF_TC_BODY
1240
union u
dr7
;
local in function:ATF_TC_BODY
1372
union u
dr7
;
local in function:ATF_TC_BODY
1504
union u
dr7
;
local in function:ATF_TC_BODY
4374
union u
dr7
;
local in function:thread_concurrent_lwp_setup
4409
union u
dr7
;
local in function:thread_concurrent_handle_sigtrap
[
all
...]
/src/sys/dev/nvmm/x86/
nvmm_x86_svm.c
448
uint64_t
dr7
;
member in struct:vmcb_state
1939
vmcb->state.
dr7
= state->drs[NVMM_X64_DR_DR7];
2067
state->drs[NVMM_X64_DR_DR7] = vmcb->state.
dr7
;
Completed in 20 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025