Searched refs:xstate_hdr (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/x86/include/
H A Dfpu.h143 struct xstate_hdr { struct
152 struct xstate_hdr sx_hd;
168 struct xstate_hdr sx_hd;
/freebsd-10.2-release/sys/amd64/amd64/
H A Dfpu.c120 CTASSERT(sizeof(struct xstate_hdr) == 64);
727 offsetof(struct xstate_hdr, xstate_bv));
759 struct xstate_hdr *hdr, *ehdr;
770 if (len < sizeof(struct xstate_hdr))
776 ehdr = (struct xstate_hdr *)xfpustate;
785 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1);
788 bcopy(xfpustate + sizeof(struct xstate_hdr),
789 (char *)(hdr + 1), len - sizeof(struct xstate_hdr));
H A Dvm_machdep.c364 struct xstate_hdr *xhdr;
370 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1);
H A Dmachdep.c1810 struct xstate_hdr *xhdr;
2014 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) +
/freebsd-10.2-release/sys/i386/isa/
H A Dnpx.c194 CTASSERT(sizeof(struct xstate_hdr) == 64);
1044 offsetof(struct xstate_hdr, xstate_bv));
1079 struct xstate_hdr *hdr, *ehdr;
1090 if (len < sizeof(struct xstate_hdr))
1096 ehdr = (struct xstate_hdr *)xfpustate;
1105 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1);
1108 bcopy(xfpustate + sizeof(struct xstate_hdr),
1109 (char *)(hdr + 1), len - sizeof(struct xstate_hdr));
/freebsd-10.2-release/sys/i386/i386/
H A Dvm_machdep.c442 struct xstate_hdr *xhdr;
451 xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1);
H A Dmachdep.c2893 struct xstate_hdr *xhdr;
3106 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) +
3152 struct xstate_hdr *xhdr;
3411 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) +

Completed in 98 milliseconds