OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_edx
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/compat/freebsd/
freebsd_syscall.c
123
rval[1] = frame->
tf_edx
; /* need to keep edx for shared FreeBSD bins */
130
frame->
tf_edx
= rval[1];
freebsd_machdep.c
112
frame.sf_sc.sc_edx = tf->
tf_edx
;
204
tf->
tf_edx
= context.sc_edx;
/src/sys/arch/i386/include/
frame.h
91
int
tf_edx
;
member in struct:trapframe
reg.h
60
#define tEDX (offsetof(struct trapframe,
tf_edx
) / sizeof (int))
/src/sys/arch/i386/i386/
compat_13_machdep.c
90
tf->
tf_edx
= context.sc_edx;
db_interface.c
281
regs->
tf_edx
= ddb_regs.
tf_edx
;
335
tf.
tf_edx
= tss->__tss_edx;
linux_syscall.c
90
args[2] = frame->
tf_edx
;
compat_16_machdep.c
114
tf->
tf_edx
= context.sc_edx;
195
frame.sf_sc.sc_edx = tf->
tf_edx
;
process_machdep.c
123
regs->r_edx = tf->
tf_edx
;
175
tf->
tf_edx
= regs->r_edx;
trap.c
188
tf.
tf_edx
= tss->__tss_edx;
825
tf->tf_edi, tf->tf_esi, tf->
tf_edx
);
machdep.c
874
tf->
tf_edx
= 0;
1626
gr[_REG_EDX] = tf->
tf_edx
;
1709
tf->
tf_edx
= gr[_REG_EDX];
/src/sys/arch/x86/x86/
kgdb_machdep.c
189
gdb_regs[ 2] = regs->
tf_edx
;
243
regs->
tf_edx
= gdb_regs[ 2];
/src/sys/arch/x86/include/
cpu.h
352
#define X86_TF_RDX(tf) tf->
tf_edx
/src/sys/compat/linux/arch/i386/
linux_machdep.c
146
tf->
tf_edx
= 0;
207
sc->sc_edx = tf->
tf_edx
;
458
tf->
tf_edx
= scp->sc_edx;
Completed in 45 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025