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

  /src/sys/compat/linux/arch/m68k/
linux_machdep.h 65 union FPF_u1 FPF_u1;
127 union FPF_u1 FPF_u1;
linux_machdep.c 180 __asm("fsave %0" : "=m" (kf.sf_c.c_sc.sc_ss.ss_fpstate.FPF_u1)
182 if (((struct fpframe060 *)&kf.sf_c.c_sc.sc_ss.ss_fpstate.FPF_u1)
198 __asm("fsave %0" : "=m" (kf.sf_c.c_sc.sc_ss.ss_fpstate.FPF_u1)
349 if (((struct fpframe060 *) &kf.sf_uc.uc_ss.ss_fpstate.FPF_u1)
367 * to the __asm("fsave") argument; not the FPF_u1 element only.
615 if (((struct fpframe060*)&scp->sc_ss.ss_fpstate.FPF_u1)
628 __asm("frestore %0" : : "m" (scp->sc_ss.ss_fpstate.FPF_u1));
637 __asm("frestore %0" : : "m" (scp->sc_ss.ss_fpstate.FPF_u1));
761 if (((struct fpframe060*)&tuc.uc_ss.ss_fpstate.FPF_u1)
774 __asm("frestore %0" : : "m" (tuc.uc_ss.ss_fpstate.FPF_u1));
    [all...]
  /src/sys/arch/m68k/include/
cpuframe.h 150 union FPF_u1 {
157 } FPF_u1;
182 #define fpf_null FPF_u1.FPF_null
183 #define fpf_version FPF_u1.FPF_nonnull.FPF_version
184 #define fpf_fsize FPF_u1.FPF_nonnull.FPF_fsize
185 #define fpf_res1 FPF_u1.FPF_nonnull.FPF_res1
mcontext.h 90 union FPF_u1 __mcf_fpf_u1;
  /src/sys/arch/m68k/m68k/
sig_machdep.c 88 ((union FPF_u1 *)(fp))->FPF_nonnull.FPF_version == 0))
91 (((union FPF_u1 *)(fp))->FPF_nonnull.FPF_version == 0)
266 mcp->__mc_pad.__mc_frame.__mcf_fpf_u1 = fpf->FPF_u1;
376 fpf->FPF_u1 = mcp->__mc_pad.__mc_frame.__mcf_fpf_u1;
396 fpf->FPF_u1 = m68k_cached_fpu_idle_frame.FPF_u1;
410 fpf->FPF_u1.FPF_null = 0;

Completed in 12 milliseconds