Home
last modified time | relevance | path

Searched refs:_fpu (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/sparc/sys/
H A Dmcontext.h148 struct _fpu { struct
163 struct _fpu { argument
177 typedef struct _fpu fpregset_t; argument
/titanic_50/usr/src/uts/intel/sys/
H A Dprocfs_isa.h70 #define prfpregset _fpu
88 #define prfpregset32 _fpu
H A Dmcontext.h93 typedef struct _fpu { struct
127 typedef struct _fpu { argument
/titanic_50/usr/src/uts/common/sys/
H A Dcore.h66 struct _fpu c_fpu; /* external FPU state */
/titanic_50/usr/src/uts/sparc/v7/sys/
H A Dmachpcb.h72 struct _fpu mpcb_fpu; /* fpu state */
/titanic_50/usr/src/uts/sparc/sys/fpu/
H A Dfpusystm.h40 struct _fpu;
H A Dfpu_simulator.h458 struct _fpu *pfpu); /* Pointer to FPU register block. */
/titanic_50/usr/src/uts/intel/ia32/os/
H A Dfpu.c419 ASSERT(sizeof (struct _fpu) == sizeof (struct __old_fpu)); in fpnoextflt()