xstate_hdr
offs = sizeof(struct savefpu) + sizeof(struct xstate_hdr);
CTASSERT(sizeof(struct xstate_hdr) == 64);
offsetof(struct xstate_hdr, xstate_bv));
offsetof(struct xstate_hdr, xstate_bv));
struct xstate_hdr *hdr, *ehdr;
if (len < sizeof(struct xstate_hdr))
ehdr = (struct xstate_hdr *)xfpustate;
hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1);
bcopy(xfpustate + sizeof(struct xstate_hdr),
(char *)(hdr + 1), len - sizeof(struct xstate_hdr));
struct xstate_hdr *xhdr;
xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1);
static __inline struct xstate_hdr *
return ((struct xstate_hdr *)(ctx->save_area +
struct xstate_hdr *hdr;
struct xstate_hdr *xhdr;
xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) +
offsetof(struct xstate_hdr, xstate_bv));
struct xstate_hdr *hdr, *ehdr;
if (len < sizeof(struct xstate_hdr))
ehdr = (struct xstate_hdr *)xfpustate;
hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1);
bcopy(xfpustate + sizeof(struct xstate_hdr),
(char *)(hdr + 1), len - sizeof(struct xstate_hdr));
CTASSERT(sizeof(struct xstate_hdr) == 64);
offsetof(struct xstate_hdr, xstate_bv));
struct xstate_hdr *xhdr;
xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1);
struct xstate_hdr sx_hd;
struct xstate_hdr sx_hd;