OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_eax
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/arch/i386/i386/
linux_syscall.c
80
code = frame->
tf_eax
& (LINUX_SYS_NSYSENT - 1);
106
frame->
tf_eax
= rval[0];
129
frame->
tf_eax
= error;
compat_13_machdep.c
92
tf->
tf_eax
= context.sc_eax;
db_interface.c
283
regs->
tf_eax
= ddb_regs.
tf_eax
;
337
tf.
tf_eax
= tss->__tss_eax;
compat_16_machdep.c
116
tf->
tf_eax
= context.sc_eax;
197
frame.sf_sc.sc_eax = tf->
tf_eax
;
process_machdep.c
125
regs->r_eax = tf->
tf_eax
;
177
tf->
tf_eax
= regs->r_eax;
trap.c
190
tf.
tf_eax
= tss->__tss_eax;
374
frame->
tf_eax
= error;
829
tf->tf_ebp, tf->tf_ebx, tf->
tf_eax
);
db_machdep.c
178
(*pr)("--- syscall (number %d) ---\n", tf.
tf_eax
);
machdep.c
876
tf->
tf_eax
= 0;
1628
gr[_REG_EAX] = tf->
tf_eax
;
1711
tf->
tf_eax
= gr[_REG_EAX];
/src/sys/compat/freebsd/
freebsd_syscall.c
81
code = frame->
tf_eax
;
129
frame->
tf_eax
= rval[0];
146
frame->
tf_eax
= error;
freebsd_machdep.c
114
frame.sf_sc.sc_eax = tf->
tf_eax
;
206
tf->
tf_eax
= context.sc_eax;
/src/sys/arch/i386/include/
frame.h
93
int
tf_eax
;
member in struct:trapframe
reg.h
62
#define tEAX (offsetof(struct trapframe,
tf_eax
) / sizeof (int))
/src/sys/arch/x86/x86/
kgdb_machdep.c
187
gdb_regs[ 0] = regs->
tf_eax
;
241
regs->
tf_eax
= gdb_regs[ 0];
/src/sys/arch/xen/x86/
xen_ipi.c
264
tf.
tf_eax
= intrf->if_eax;
/src/sys/arch/x86/include/
cpu.h
351
#define X86_TF_RAX(tf) tf->
tf_eax
/src/sys/compat/linux/arch/i386/
linux_machdep.c
148
tf->
tf_eax
= 0;
209
sc->sc_eax = tf->
tf_eax
;
460
tf->
tf_eax
= scp->sc_eax;
Completed in 32 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025