OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbregs
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/sparc/sparc/
db_interface.c
215
volatile db_regs_t
dbregs
;
local in function:ddb_suspend
217
/* Initialise local
dbregs
storage from trap frame */
218
dbregs
.db_tf = *tf;
219
dbregs
.db_fr = *(struct frame *)tf->tf_out[6];
221
cpuinfo.ci_ddb_regs = &
dbregs
;
234
db_regs_t
dbregs
;
local in function:kdb_trap
262
/* Initialise local
dbregs
storage from trap frame */
263
dbregs
.db_tf = *tf;
264
dbregs
.db_fr = *(struct frame *)tf->tf_out[6];
268
curcpu()->ci_ddb_regs = ddb_regp = &
dbregs
;
[
all
...]
/src/sys/arch/x86/x86/
dbregs.c
1
/* $NetBSD:
dbregs
.c,v 1.15 2020/01/31 08:55:38 maxv Exp $ */
34
#include <x86/
dbregs
.h>
77
pool_init(&x86_dbregspl, sizeof(struct dbreg), 16, 0, 0, "
dbregs
",
103
struct dbreg *
dbregs
;
local in function:x86_dbregs_clear
112
dbregs
= pcb->pcb_dbregs;
120
pool_put(&x86_dbregspl,
dbregs
);
vm_machdep.c
108
#include <x86/
dbregs
.h>
247
/* Abandon the
dbregs
state. */
/src/sys/arch/amd64/amd64/
netbsd32_machdep_13.c
63
#include <x86/
dbregs
.h>
netbsd32_machdep_16.c
63
#include <x86/
dbregs
.h>
process_machdep.c
97
#include <x86/
dbregs
.h>
trap.c
93
#include <x86/
dbregs
.h>
netbsd32_machdep.c
67
#include <x86/
dbregs
.h>
machdep.c
184
#include <x86/
dbregs
.h>
/src/sys/arch/i386/i386/
process_machdep.c
98
#include <x86/
dbregs
.h>
trap.c
110
#include <x86/
dbregs
.h>
machdep.c
143
#include <x86/
dbregs
.h>
/src/sys/dev/nvmm/x86/
nvmm_x86_svm.c
48
#include <x86/
dbregs
.h>
nvmm_x86_vmx.c
49
#include <x86/
dbregs
.h>
Completed in 50 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025