Symbol: save87
sys/arch/amd64/amd64/netbsd32_machdep.c
449
__CTASSERT(sizeof(*regs) == sizeof(struct save87));
sys/arch/amd64/amd64/netbsd32_machdep.c
450
process_read_fpregs_s87(l, (struct save87 *)regs);
sys/arch/amd64/amd64/netbsd32_machdep.c
527
__CTASSERT(sizeof(*regs) == sizeof(struct save87));
sys/arch/amd64/amd64/netbsd32_machdep.c
528
process_write_fpregs_s87(l, (const struct save87 *)regs);
sys/arch/i386/i386/machdep.c
1877
__CTASSERT(sizeof (struct save87) ==
sys/arch/i386/i386/machdep.c
1884
process_write_fpregs_s87(l, (const struct save87 *)
sys/arch/i386/i386/process_machdep.c
138
__CTASSERT(sizeof *regs == sizeof (struct save87));
sys/arch/i386/i386/process_machdep.c
139
process_read_fpregs_s87(l, (struct save87 *)regs);
sys/arch/i386/i386/process_machdep.c
190
__CTASSERT(sizeof *regs == sizeof (struct save87));
sys/arch/i386/i386/process_machdep.c
191
process_write_fpregs_s87(l, (const struct save87 *)regs);
sys/arch/i386/include/reg.h
96
struct save87 fstate;
sys/arch/x86/include/cpu_extended_state.h
112
__CTASSERT_NOLINT(sizeof(struct save87) == 108);
sys/arch/x86/include/cpu_extended_state.h
235
struct save87 sv_87;
sys/arch/x86/include/fpu.h
27
void process_xmm_to_s87(const struct fxsave *, struct save87 *);
sys/arch/x86/include/fpu.h
28
void process_s87_to_xmm(const struct save87 *, struct fxsave *);
sys/arch/x86/include/fpu.h
40
void process_write_fpregs_s87(struct lwp *, const struct save87 *);
sys/arch/x86/include/fpu.h
43
void process_read_fpregs_s87(struct lwp *, struct save87 *);
sys/arch/x86/x86/convert_xmm_s87.c
122
process_s87_to_xmm(const struct save87 *s87, struct fxsave *sxmm)
sys/arch/x86/x86/convert_xmm_s87.c
40
process_xmm_to_s87(const struct fxsave *sxmm, struct save87 *s87)
sys/arch/x86/x86/fpu.c
855
process_write_fpregs_s87(struct lwp *l, const struct save87 *fpregs)
sys/arch/x86/x86/fpu.c
881
process_read_fpregs_s87(struct lwp *l, struct save87 *fpregs)
sys/arch/x86/x86/identcpu.c
82
unsigned int x86_fpu_save_size __read_mostly = sizeof(struct save87);
tests/kernel/arch/x86/sig_fpu.c
118
struct save87 s, s1;
tests/kernel/arch/x86/sig_fpu.c
217
struct save87 s;
tests/lib/libc/sys/t_ptrace_x86_wait.h
2439
struct save87 fsave;
tests/sys/x86/t_convert_xmm_s87.c
150
struct save87 fsave;
tests/sys/x86/t_convert_xmm_s87.c
182
struct save87 fsave;
tests/sys/x86/t_convert_xmm_s87.c
68
struct save87 fsave, fsave_conv;
tests/usr.bin/xlint/lint1/expr_sizeof.c
254
typedef int o1[-(int)((unsigned long)(&(((struct save87 *)0)->s87_dp)))];
tests/usr.bin/xlint/lint1/expr_sizeof.c
256
typedef int o2[-(int)((unsigned long)(&(((struct save87 *)0)->s87_ac)))];
tests/usr.bin/xlint/lint1/expr_sizeof.c
258
typedef int reveal[-(int)sizeof(struct save87)];
tests/usr.bin/xlint/lint1/gcc_attribute_aligned.c
52
typedef int sizeof_save87[-(int)sizeof(struct save87)];