save87
__CTASSERT(sizeof(*regs) == sizeof(struct save87));
process_read_fpregs_s87(l, (struct save87 *)regs);
__CTASSERT(sizeof(*regs) == sizeof(struct save87));
process_write_fpregs_s87(l, (const struct save87 *)regs);
__CTASSERT(sizeof (struct save87) ==
process_write_fpregs_s87(l, (const struct save87 *)
__CTASSERT(sizeof *regs == sizeof (struct save87));
process_read_fpregs_s87(l, (struct save87 *)regs);
__CTASSERT(sizeof *regs == sizeof (struct save87));
process_write_fpregs_s87(l, (const struct save87 *)regs);
struct save87 fstate;
__CTASSERT_NOLINT(sizeof(struct save87) == 108);
struct save87 sv_87;
void process_xmm_to_s87(const struct fxsave *, struct save87 *);
void process_s87_to_xmm(const struct save87 *, struct fxsave *);
void process_write_fpregs_s87(struct lwp *, const struct save87 *);
void process_read_fpregs_s87(struct lwp *, struct save87 *);
process_s87_to_xmm(const struct save87 *s87, struct fxsave *sxmm)
process_xmm_to_s87(const struct fxsave *sxmm, struct save87 *s87)
process_write_fpregs_s87(struct lwp *l, const struct save87 *fpregs)
process_read_fpregs_s87(struct lwp *l, struct save87 *fpregs)
unsigned int x86_fpu_save_size __read_mostly = sizeof(struct save87);
struct save87 s, s1;
struct save87 s;
struct save87 fsave;
struct save87 fsave;
struct save87 fsave;
struct save87 fsave, fsave_conv;
typedef int o1[-(int)((unsigned long)(&(((struct save87 *)0)->s87_dp)))];
typedef int o2[-(int)((unsigned long)(&(((struct save87 *)0)->s87_ac)))];
typedef int reveal[-(int)sizeof(struct save87)];
typedef int sizeof_save87[-(int)sizeof(struct save87)];