Searched refs:xstate_hdr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | fpu.h | 143 struct xstate_hdr { struct 152 struct xstate_hdr sx_hd; argument 168 struct xstate_hdr sx_hd;
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 172 CTASSERT(sizeof(struct xstate_hdr) == 64); 477 offsetof(struct xstate_hdr, xstate_bv)); in fpuinitstate() 899 offsetof(struct xstate_hdr, xstate_bv)); in fpugetregs() 933 struct xstate_hdr *hdr, *ehdr; in fpusetxstate() 944 if (len < sizeof(struct xstate_hdr)) in fpusetxstate() 950 ehdr = (struct xstate_hdr *)xfpustate; in fpusetxstate() 959 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1); in fpusetxstate() 962 bcopy(xfpustate + sizeof(struct xstate_hdr), in fpusetxstate() 963 (char *)(hdr + 1), len - sizeof(struct xstate_hdr)); in fpusetxstate()
|
| H A D | vm_machdep.c | 351 struct xstate_hdr *xhdr; in cpu_thread_alloc() 358 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1); in cpu_thread_alloc()
|
| H A D | machdep.c | 1623 struct xstate_hdr *xhdr; in hammer_time() 1899 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in hammer_time()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 168 CTASSERT(sizeof(struct xstate_hdr) == 64); 534 offsetof(struct xstate_hdr, xstate_bv)); in npxinitstate() 1047 offsetof(struct xstate_hdr, xstate_bv)); in npxgetregs() 1082 struct xstate_hdr *hdr, *ehdr; in npxsetxstate() 1093 if (len < sizeof(struct xstate_hdr)) in npxsetxstate() 1099 ehdr = (struct xstate_hdr *)xfpustate; in npxsetxstate() 1108 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1); in npxsetxstate() 1111 bcopy(xfpustate + sizeof(struct xstate_hdr), in npxsetxstate() 1112 (char *)(hdr + 1), len - sizeof(struct xstate_hdr)); in npxsetxstate()
|
| H A D | vm_machdep.c | 351 struct xstate_hdr *xhdr; in cpu_thread_alloc() 359 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1); in cpu_thread_alloc()
|
| H A D | machdep.c | 2304 struct xstate_hdr *xhdr; in init386() 2485 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in init386()
|