OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_REG_FS
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libpthread/arch/i386/
pthread_md.h
56
__asm ("movl %%fs, %0" : "=a" (ucp->uc_mcontext.__gregs[
_REG_FS
]));
/src/lib/libpthread/arch/x86_64/
pthread_md.h
59
(ucp)->uc_mcontext.__gregs[
_REG_FS
] = 0x23, \
/src/sys/arch/i386/include/
mcontext.h
57
#define
_REG_FS
1
/src/tests/lib/libc/sys/
t_ptrace_amd64_wait.h
81
DPRINTF("FS=%#" PRIxREGISTER "\n", r.regs[
_REG_FS
]);
/src/sys/arch/amd64/amd64/
process_machdep.c
136
regs[
_REG_FS
] = tf->tf_fs & 0xffff;
143
regs[
_REG_FS
] = 0;
215
tf->tf_fs = regs[
_REG_FS
] & 0xffff;
machdep.c
2106
mcp->__gregs[
_REG_FS
] = 0;
2212
sel = gr[
_REG_FS
] & 0xffff;
netbsd32_machdep.c
1003
gr32[_REG32_FS] = gr[
_REG_FS
];
/src/sys/arch/usermode/usermode/
kgdb_machdep.c
146
gdb_regs[14] = gregs[
_REG_FS
];
/src/sys/compat/linux/arch/amd64/
linux_machdep.c
374
mctx->__gregs[
_REG_FS
] = lsigctx->fs & 0xFFFF;
/src/sys/arch/i386/i386/
machdep.c
1617
gr[
_REG_FS
] = tf->tf_fs;
1698
tf->tf_fs = gr[
_REG_FS
];
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026