OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_REG_EIP
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/i386/include/
mcontext.h
70
#define
_REG_EIP
14
109
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[
_REG_EIP
])
/src/lib/libc/arch/i386/gen/
_lwp.c
57
u->uc_mcontext.__gregs[
_REG_EIP
] = (uintptr_t)start;
makecontext.c
65
gr[
_REG_EIP
] = (__greg_t)func;
/src/sys/arch/usermode/usermode/
kgdb_machdep.c
140
gdb_regs[ 8] = gregs[
_REG_EIP
];
195
gregs[
_REG_EIP
] = gdb_regs[ 8];
/src/tests/lib/libi386/
t_user_ldt.c
290
if (uctx->uc_mcontext.__gregs[
_REG_EIP
] != (intptr_t)&fs_read_begin) {
/src/sys/arch/i386/i386/
machdep.c
1629
gr[
_REG_EIP
] = tf->tf_eip;
1638
(void *) gr[
_REG_EIP
])) != -1)
1639
gr[
_REG_EIP
] = ras_eip;
1712
tf->tf_eip = gr[
_REG_EIP
];
Completed in 17 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025