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_GS
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libpthread/arch/i386/
pthread_md.h
57
__asm ("movl %%gs, %0" : "=a" (ucp->uc_mcontext.__gregs[
_REG_GS
]));
/src/lib/libpthread/arch/x86_64/
pthread_md.h
58
(ucp)->uc_mcontext.__gregs[
_REG_GS
] = 0x23, \
/src/sys/arch/i386/include/
mcontext.h
56
#define
_REG_GS
0
/src/tests/lib/libc/sys/
t_ptrace_amd64_wait.h
80
DPRINTF("GS=%#" PRIxREGISTER "\n", r.regs[
_REG_GS
]);
/src/sys/arch/amd64/amd64/
process_machdep.c
135
regs[
_REG_GS
] = tf->tf_gs & 0xffff;
142
regs[
_REG_GS
] = 0;
214
tf->tf_gs = regs[
_REG_GS
] & 0xffff;
machdep.c
2105
mcp->__gregs[
_REG_GS
] = 0;
2216
sel = gr[
_REG_GS
] & 0xffff;
netbsd32_machdep.c
1004
gr32[_REG32_GS] = gr[
_REG_GS
];
/src/sys/arch/usermode/usermode/
kgdb_machdep.c
147
gdb_regs[15] = gregs[
_REG_GS
];
/src/sys/compat/linux/arch/amd64/
linux_machdep.c
373
mctx->__gregs[
_REG_GS
] = lsigctx->gs & 0xFFFF;
/src/sys/arch/i386/i386/
machdep.c
1616
gr[
_REG_GS
] = tf->tf_gs;
1697
tf->tf_gs = gr[
_REG_GS
];
Completed in 26 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026