OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_REG_EFL
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/usermode/include/
ucontext.h
12
#define _UC_MACHINE_EFLAGS(uc) ((uc)->uc_mcontext.__gregs[
_REG_EFL
])
/src/lib/libpthread/arch/i386/
pthread_md.h
52
__asm ("pushfl; popl %0" : "=a" (ucp->uc_mcontext.__gregs[
_REG_EFL
]));
/src/sys/arch/i386/include/
mcontext.h
72
#define
_REG_EFL
16
/src/sys/arch/usermode/usermode/
kgdb_machdep.c
141
gdb_regs[ 9] = gregs[
_REG_EFL
];
196
gregs[
_REG_EFL
] = gdb_regs[ 9];
/src/tests/lib/libc/sys/
t_lwp_create.c
186
uc->uc_mcontext.__gregs[
_REG_EFL
] |= PSL_IOPL;
/src/sys/arch/i386/i386/
machdep.c
1620
gr[
_REG_EFL
] = tf->tf_eflags;
1676
if (((gr[
_REG_EFL
] ^ tf->tf_eflags) & PSL_USERSTATIC) ||
1703
tf->tf_eflags |= (gr[
_REG_EFL
] & PSL_USER);
Completed in 15 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025