OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__vfp_fstmx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/include/
mcontext.h
147
uint64_t
__vfp_fstmx
[32];
member in struct:__anon1079
151
unsigned int
__vfp_fstmx
[33];
183
uint64_t
__vfp_fstmx
[32];
member in struct:__anon1084
187
unsigned int
__vfp_fstmx
[33];
/src/sys/arch/aarch64/aarch64/
netbsd32_machdep.c
462
mcp->__vfpregs.
__vfp_fstmx
[j++] =
464
mcp->__vfpregs.
__vfp_fstmx
[j++] =
467
mcp->__vfpregs.
__vfp_fstmx
[j++] =
469
mcp->__vfpregs.
__vfp_fstmx
[j++] =
525
mcp->__vfpregs.
__vfp_fstmx
[j++];
527
mcp->__vfpregs.
__vfp_fstmx
[j++];
530
mcp->__vfpregs.
__vfp_fstmx
[j++];
532
mcp->__vfpregs.
__vfp_fstmx
[j++];
/src/sys/compat/linux32/arch/aarch64/
linux32_machdep.c
96
__arraycount(vfpregs->
__vfp_fstmx
));
98
aux->vfp.ufp.fpregs[i] = vfpregs->
__vfp_fstmx
[i];
155
CTASSERT(__arraycount(vfpregs->
__vfp_fstmx
) ==
157
for (i = 0; i < __arraycount(vfpregs->
__vfp_fstmx
); i++)
158
vfpregs->
__vfp_fstmx
[i] = aux->vfp.ufp.fpregs[i];
/src/sys/arch/arm/vfp/
vfp_init.c
647
memcpy(mcp->__fpu.__vfpregs.
__vfp_fstmx
, pcb->pcb_vfp.vfp_regs,
648
sizeof(mcp->__fpu.__vfpregs.
__vfp_fstmx
));
660
memcpy(pcb->pcb_vfp.vfp_regs, mcp->__fpu.__vfpregs.
__vfp_fstmx
,
661
sizeof(mcp->__fpu.__vfpregs.
__vfp_fstmx
));
Completed in 55 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026