Home
last modified time | relevance | path

Searched refs:_fq (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/sparc/sys/
H A Dmcontext.h110 struct _fq { struct
154 struct _fq *fpu_q; /* ptr to array of FQ entries */
168 struct _fq *fpu_q; /* ptr to array of FQ entries */
212 struct _fq *fpu_q;
H A Dprocfs_isa.h170 struct _fq pr_q[16]; /* contains the FQ array */
183 struct _fq pr_q[32]; /* contains the FQ array */
H A Ducontext.h110 const struct fq32 *, struct _fq *);
/titanic_50/usr/src/uts/common/sys/
H A Dcore.h68 struct _fq c_fpu_q[_MAXFPQ]; /* fpu exception queue */
/titanic_50/usr/src/uts/sparc/v7/sys/
H A Dmachpcb.h73 struct _fq mpcb_fpu_q[_MAXFPQ]; /* fpu exception queue */
/titanic_50/usr/src/uts/sparc/syscall/
H A Dgetcontext.c179 struct _fq fpu_q[MAXFPQ]; /* to hold floating queue */ in getsetcontext()
217 uc.uc_mcontext.fpregs.fpu_q = (struct _fq *)NULL; in getsetcontext()
258 fpp->fpu_q_entrysize > sizeof (struct _fq)) in getsetcontext()
427 struct _fq fpu_qnat[MAXFPQ]; /* to hold "native" floating queue */ in getsetcontext32()
/titanic_50/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h75 struct _fq mpcb_fpu_q[_MAXFPQ]; /* fpu exception queue */
/titanic_50/usr/src/uts/sparc/v9/fpu/
H A Dfpu.c321 struct _fq *fqp = fp->fpu_q; in fp_runq()
346 struct _fq *fqdp; in fp_runq()
/titanic_50/usr/src/uts/sparc/v9/os/
H A Dv9dep.c76 const struct fq32 *sfq, struct _fq *dfq);
125 fp->fpu_q_entrysize = sizeof (struct _fq); in setfpregs()
1101 struct _fq *fqp = (struct _fq *)sp; in sendsig()
1733 struct _fq *sfq = src->fpu_q; in fpuregset_nto32()
1751 const struct fq32 *sfq, struct _fq *dfq) in fpuregset_32ton()
1777 const struct fq32 *sfq, struct _fq *dfq) in ucontext_32ton()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c211 struct _fq *fqp; in call_user_handler()