HomeSort by: relevance | last modified time | path
    Searched refs:save87 (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/x86/include/
fpu.h 27 void process_xmm_to_s87(const struct fxsave *, struct save87 *);
28 void process_s87_to_xmm(const struct save87 *, struct fxsave *);
40 void process_write_fpregs_s87(struct lwp *, const struct save87 *);
43 void process_read_fpregs_s87(struct lwp *, struct save87 *);
cpu_extended_state.h 103 struct save87 { struct
112 __CTASSERT_NOLINT(sizeof(struct save87) == 108);
233 struct save87 sv_87;
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_aligned.c 41 struct save87 { struct
52 typedef int sizeof_save87[-(int)sizeof(struct save87)];
expr_sizeof.c 241 // offsets checked below. Without this struct, sizeof(struct save87)
247 struct save87 { struct in function:sequence_of_structs
257 typedef int o1[-(int)((unsigned long)(&(((struct save87 *)0)->s87_dp)))];
260 typedef int o2[-(int)((unsigned long)(&(((struct save87 *)0)->s87_ac)))];
263 typedef int reveal[-(int)sizeof(struct save87)];
  /src/sys/arch/x86/x86/
convert_xmm_s87.c 40 process_xmm_to_s87(const struct fxsave *sxmm, struct save87 *s87)
48 * For historic reasons core dumps and ptrace all use the old save87
122 process_s87_to_xmm(const struct save87 *s87, struct fxsave *sxmm)
130 * ptrace gives us registers in the save87 format and
fpu.c 854 process_write_fpregs_s87(struct lwp *l, const struct save87 *fpregs)
880 process_read_fpregs_s87(struct lwp *l, struct save87 *fpregs)
identcpu.c 81 unsigned int x86_fpu_save_size __read_mostly = sizeof(struct save87);
  /src/sys/arch/i386/include/
reg.h 96 struct save87 fstate;
  /src/sys/arch/i386/i386/
process_machdep.c 138 __CTASSERT(sizeof *regs == sizeof (struct save87));
139 process_read_fpregs_s87(l, (struct save87 *)regs);
190 __CTASSERT(sizeof *regs == sizeof (struct save87));
191 process_write_fpregs_s87(l, (const struct save87 *)regs);
machdep.c 1725 __CTASSERT(sizeof (struct save87) ==
1732 process_write_fpregs_s87(l, (const struct save87 *)
  /src/tests/sys/x86/
t_convert_xmm_s87.c 68 struct save87 fsave, fsave_conv;
150 struct save87 fsave;
182 struct save87 fsave;
  /src/sys/arch/amd64/amd64/
netbsd32_machdep.c 385 __CTASSERT(sizeof(*regs) == sizeof(struct save87));
386 process_read_fpregs_s87(l, (struct save87 *)regs);
463 __CTASSERT(sizeof(*regs) == sizeof(struct save87));
464 process_write_fpregs_s87(l, (const struct save87 *)regs);
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 972 cpudata->gprs[NVMM_X64_GPR_RBX] = sizeof(struct save87);
nvmm_x86_vmx.c 1403 cpudata->gprs[NVMM_X64_GPR_RBX] = sizeof(struct save87);
  /src/tests/lib/libc/sys/
t_ptrace_x86_wait.h 2439 struct save87 fsave;

Completed in 54 milliseconds