Searched refs:mc_fpstate (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | ucontext.h | 85 int mc_fpstate[128] __aligned(16); member 155 long mc_fpstate[64] __aligned(16); member
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_signal.c | 104 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in ia32_get_fpcontext() 105 sizeof(mcp->mc_fpstate)); in ia32_get_fpcontext() 136 error = fpusetregs(td, (struct savefpu *)&mcp->mc_fpstate, in ia32_set_fpcontext()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 2400 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in get_fpcontext() 2401 sizeof(mcp->mc_fpstate)); in get_fpcontext() 2432 error = fpusetregs(td, (struct savefpu *)&mcp->mc_fpstate, in set_fpcontext()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 2997 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in get_fpcontext() 2998 sizeof(mcp->mc_fpstate)); in get_fpcontext() 3030 error = npxsetregs(td, (union savefpu *)&mcp->mc_fpstate, in set_fpcontext()
|