OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/linux/arch/amd64/
linux_machdep.c
321
mcontext_t *
mctx
;
local in function:linux_sys_rt_sigreturn
335
mctx
= (mcontext_t *)&uctx.uc_mcontext;
336
fxarea = (struct fxsave *)&
mctx
->__fpregs;
355
mctx
->__gregs[_REG_R8] = lsigctx->r8;
356
mctx
->__gregs[_REG_R9] = lsigctx->r9;
357
mctx
->__gregs[_REG_R10] = lsigctx->r10;
358
mctx
->__gregs[_REG_R11] = lsigctx->r11;
359
mctx
->__gregs[_REG_R12] = lsigctx->r12;
360
mctx
->__gregs[_REG_R13] = lsigctx->r13;
361
mctx
->__gregs[_REG_R14] = lsigctx->r14
[
all
...]
linux_machdep.c
321
mcontext_t *
mctx
;
local in function:linux_sys_rt_sigreturn
335
mctx
= (mcontext_t *)&uctx.uc_mcontext;
336
fxarea = (struct fxsave *)&
mctx
->__fpregs;
355
mctx
->__gregs[_REG_R8] = lsigctx->r8;
356
mctx
->__gregs[_REG_R9] = lsigctx->r9;
357
mctx
->__gregs[_REG_R10] = lsigctx->r10;
358
mctx
->__gregs[_REG_R11] = lsigctx->r11;
359
mctx
->__gregs[_REG_R12] = lsigctx->r12;
360
mctx
->__gregs[_REG_R13] = lsigctx->r13;
361
mctx
->__gregs[_REG_R14] = lsigctx->r14
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025