OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_regs
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/ddb/
db_variables.h
51
extern const struct db_variable
db_regs
[]; /* machine registers */
db_print.c
56
for (regp =
db_regs
; regp < db_eregs; regp++) {
db_variables.c
254
for (vp =
db_regs
; vp < db_eregs; vp++) {
/src/sys/arch/sparc/sparc/
db_machdep.c
59
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
99
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/hppa/hppa/
db_machdep.c
51
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
120
const struct db_variable * const db_eregs =
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/sparc64/sparc64/
db_machdep.c
150
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
223
const struct db_variable * const db_eregs =
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/amd64/amd64/
db_machdep.c
56
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
83
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/i386/i386/
db_machdep.c
67
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
86
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/arm/include/
db_machdep.h
120
u_int branch_taken(u_int insn, u_int pc, db_regs_t *
db_regs
);
/src/sys/arch/powerpc/powerpc/
db_trace.c
79
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
125
const struct db_variable * const db_eregs =
db_regs
+ sizeof (
db_regs
)/sizeof (
db_regs
[0]);
/src/sys/arch/riscv/riscv/
db_machdep.c
57
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
94
const struct db_variable * const db_eregs =
db_regs
+ __arraycount(
db_regs
);
/src/sys/arch/mips/mips/
db_trace.c
81
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
131
const struct db_variable * const db_eregs =
db_regs
+ __arraycount(
db_regs
);
/src/sys/arch/sh3/sh3/
db_trace.c
56
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
80
const struct db_variable * const db_eregs =
db_regs
+ __arraycount(
db_regs
);
/src/sys/arch/ia64/ia64/
db_interface.c
225
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
366
const struct db_variable * const db_eregs =
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/m68k/m68k/
db_trace.c
49
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
73
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/alpha/alpha/
db_interface.c
114
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
151
const struct db_variable * const db_eregs =
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/vax/vax/
db_machdep.c
301
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
320
const struct db_variable * const db_eregs =
db_regs
+ __arraycount(
db_regs
);
db_disasm.c
73
const struct { /* Due to order and contents of
db_regs
[], we can't */
95
#define my_db_regs
db_regs
/src/sys/arch/arm/arm32/
db_machdep.c
85
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
113
const struct db_variable * const db_eregs =
db_regs
+ sizeof(
db_regs
)/sizeof(
db_regs
[0]);
/src/sys/arch/aarch64/aarch64/
db_machdep.c
201
const struct db_variable
db_regs
[] = {
variable in typeref:typename:const struct db_variable[]
238
const struct db_variable * const db_eregs =
db_regs
+ __arraycount(
db_regs
);
Completed in 20 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025