OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_esi
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/i386/include/
frame.h
88
int
tf_esi
;
member in struct:trapframe
reg.h
57
#define tESI (offsetof(struct trapframe,
tf_esi
) / sizeof (int))
/src/sys/arch/i386/i386/
compat_13_machdep.c
87
tf->
tf_esi
= context.sc_esi;
db_interface.c
278
regs->
tf_esi
= ddb_regs.
tf_esi
;
332
tf.
tf_esi
= tss->__tss_esi;
linux_syscall.c
91
args[3] = frame->
tf_esi
;
compat_16_machdep.c
111
tf->
tf_esi
= context.sc_esi;
192
frame.sf_sc.sc_esi = tf->
tf_esi
;
process_machdep.c
120
regs->r_esi = tf->
tf_esi
;
172
tf->
tf_esi
= regs->r_esi;
trap.c
185
tf.
tf_esi
= tss->__tss_esi;
825
tf->tf_edi, tf->
tf_esi
, tf->tf_edx);
machdep.c
871
tf->
tf_esi
= 0;
1623
gr[_REG_ESI] = tf->
tf_esi
;
1706
tf->
tf_esi
= gr[_REG_ESI];
/src/sys/arch/x86/x86/
kgdb_machdep.c
192
gdb_regs[ 6] = regs->
tf_esi
;
246
regs->
tf_esi
= gdb_regs[ 6];
/src/sys/compat/freebsd/
freebsd_machdep.c
108
frame.sf_sc.sc_esi = tf->
tf_esi
;
200
tf->
tf_esi
= context.sc_esi;
/src/sys/arch/xen/x86/
xen_ipi.c
260
tf.
tf_esi
= intrf->if_esi;
/src/sys/compat/linux/arch/i386/
linux_machdep.c
143
tf->
tf_esi
= 0;
203
sc->sc_esi = tf->
tf_esi
;
455
tf->
tf_esi
= scp->sc_esi;
Completed in 17 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025