Symbol: xstate_hdr
sys/amd64/amd64/fpu.c
1368
offs = sizeof(struct savefpu) + sizeof(struct xstate_hdr);
sys/amd64/amd64/fpu.c
143
CTASSERT(sizeof(struct xstate_hdr) == 64);
sys/amd64/amd64/fpu.c
456
offsetof(struct xstate_hdr, xstate_bv));
sys/amd64/amd64/fpu.c
882
offsetof(struct xstate_hdr, xstate_bv));
sys/amd64/amd64/fpu.c
934
struct xstate_hdr *hdr, *ehdr;
sys/amd64/amd64/fpu.c
945
if (len < sizeof(struct xstate_hdr))
sys/amd64/amd64/fpu.c
951
ehdr = (struct xstate_hdr *)xfpustate;
sys/amd64/amd64/fpu.c
960
hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1);
sys/amd64/amd64/fpu.c
963
bcopy(xfpustate + sizeof(struct xstate_hdr),
sys/amd64/amd64/fpu.c
964
(char *)(hdr + 1), len - sizeof(struct xstate_hdr));
sys/amd64/amd64/vm_machdep.c
382
struct xstate_hdr *xhdr;
sys/amd64/amd64/vm_machdep.c
390
xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1);
sys/amd64/pt/pt.c
169
static __inline struct xstate_hdr *
sys/amd64/pt/pt.c
172
return ((struct xstate_hdr *)(ctx->save_area +
sys/amd64/pt/pt.c
431
struct xstate_hdr *hdr;
sys/i386/i386/machdep.c
1386
struct xstate_hdr *xhdr;
sys/i386/i386/machdep.c
1577
xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) +
sys/i386/i386/npx.c
1016
offsetof(struct xstate_hdr, xstate_bv));
sys/i386/i386/npx.c
1069
struct xstate_hdr *hdr, *ehdr;
sys/i386/i386/npx.c
1080
if (len < sizeof(struct xstate_hdr))
sys/i386/i386/npx.c
1086
ehdr = (struct xstate_hdr *)xfpustate;
sys/i386/i386/npx.c
1095
hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1);
sys/i386/i386/npx.c
1098
bcopy(xfpustate + sizeof(struct xstate_hdr),
sys/i386/i386/npx.c
1099
(char *)(hdr + 1), len - sizeof(struct xstate_hdr));
sys/i386/i386/npx.c
140
CTASSERT(sizeof(struct xstate_hdr) == 64);
sys/i386/i386/npx.c
500
offsetof(struct xstate_hdr, xstate_bv));
sys/i386/i386/vm_machdep.c
382
struct xstate_hdr *xhdr;
sys/i386/i386/vm_machdep.c
390
xhdr = (struct xstate_hdr *)(pcb->pcb_save + 1);
sys/x86/include/fpu.h
149
struct xstate_hdr sx_hd;
sys/x86/include/fpu.h
165
struct xstate_hdr sx_hd;