OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_eip
(Results
1 - 21
of
21
) sorted by relevancy
/src/sys/arch/x86/include/
db_machdep.h
29
#define tf_ip
tf_eip
cpu.h
354
#define X86_TF_RIP(tf) tf->
tf_eip
/src/sys/arch/i386/i386/
trap.c
193
tf.
tf_eip
= tss->__tss_eip;
217
pc = tf->
tf_eip
;
240
type, frame->tf_err, frame->
tf_eip
, frame->tf_cs, frame->tf_eflags,
258
eip = tf->
tf_eip
;
373
frame->
tf_eip
= (uintptr_t)onfault;
394
switch (*(u_char *)frame->
tf_eip
) {
409
offsetof(struct trapframe,
tf_eip
));
411
ksi.ksi_addr = (void *)vframe->
tf_eip
;
414
switch (*(uint32_t *)frame->
tf_eip
) {
458
if (frame->
tf_eip
< VM_MAXUSER_ADDRESS - LCALLSZ &
[
all
...]
compat_13_machdep.c
93
tf->
tf_eip
= context.sc_eip;
process_machdep.c
126
regs->r_eip = tf->
tf_eip
;
178
tf->
tf_eip
= regs->r_eip;
230
tf->
tf_eip
= (int)addr;
db_interface.c
284
regs->
tf_eip
= ddb_regs.
tf_eip
;
340
tf.
tf_eip
= tss->__tss_eip;
linux_syscall.c
122
frame->
tf_eip
-= frame->tf_err;
compat_16_machdep.c
117
tf->
tf_eip
= context.sc_eip;
198
frame.sf_sc.sc_eip = tf->
tf_eip
;
db_machdep.c
189
tf.
tf_eip
= 0;
193
*ip = (db_addr_t)tf.
tf_eip
;
machdep.c
652
tf->
tf_eip
= (int)catcher;
877
tf->
tf_eip
= pack->ep_entry;
1629
gr[_REG_EIP] = tf->
tf_eip
;
1712
tf->
tf_eip
= gr[_REG_EIP];
/src/sys/arch/i386/include/
cpu.h
92
#define LWP_PC(l) ((l)->l_md.md_regs->
tf_eip
)
db_machdep.h
64
#define PC_REGS(regs) ((regs)->
tf_eip
)
71
#define FIXUP_PC_AFTER_BREAK(regs) ((regs)->
tf_eip
-= BKPT_SIZE)
frame.h
97
int
tf_eip
;
member in struct:trapframe
reg.h
64
#define tEIP (offsetof(struct trapframe,
tf_eip
) / sizeof (int))
/src/sys/compat/freebsd/
freebsd_syscall.c
139
frame->
tf_eip
-= frame->tf_err;
freebsd_machdep.c
115
frame.sf_sc.sc_eip = tf->
tf_eip
;
207
tf->
tf_eip
= context.sc_eip;
/src/sys/arch/x86/x86/
kgdb_machdep.c
194
gdb_regs[ 8] = regs->
tf_eip
;
248
regs->
tf_eip
= gdb_regs[ 8];
/src/sys/compat/linux/arch/i386/
linux_machdep.c
149
tf->
tf_eip
= epp->ep_entry;
210
sc->sc_eip = tf->
tf_eip
;
253
onstack, fp, sig, tf->
tf_eip
,
293
tf->
tf_eip
= ((int)p->p_sigctx.ps_sigcode) +
332
onstack, fp, sig, tf->
tf_eip
,
363
tf->
tf_eip
= (int)p->p_sigctx.ps_sigcode;
436
DPRINTF(("sigreturn enter esp=0x%x eip=0x%x\n", tf->tf_esp, tf->
tf_eip
));
461
tf->
tf_eip
= scp->sc_eip;
483
DPRINTF(("sigreturn exit esp=0x%x eip=0x%x\n", tf->tf_esp, tf->
tf_eip
));
/src/sys/dev/tprof/
tprof_x86_amd.c
215
tfi.tfi_pc = tf->
tf_eip
;
tprof_x86_intel.c
208
tfi.tfi_pc = tf->
tf_eip
;
/src/sys/arch/xen/x86/
xen_ipi.c
267
tf.
tf_eip
= intrf->if_eip;
Completed in 25 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025