Searched refs:fpu_q (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dmcontext.h140 * fpu_q will point to an array of fpu_qcnt entries where each entry is
143 * with the processor state, fpu_qcnt will be zeo and fpu_q will be NULL.
154 struct _fq *fpu_q; /* ptr to array of FQ entries */ member in struct:_fpu
168 struct _fq *fpu_q; /* ptr to array of FQ entries */ member in struct:_fpu
188 caddr32_t fpu_q; /* ptr to array of FQ entries */ member in struct:fpu32
212 struct _fq *fpu_q; member in struct:__anon532
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dfpu.c99 cfp->fpu_q[i] = pfp->fpu_q[i];
321 struct _fq *fqp = fp->fpu_q;
344 if (fqp != fp->fpu_q) {
354 fqdp = fp->fpu_q;
358 fqp = fp->fpu_q;
468 struct _fpq *pfpq = &fp->fpu_q->FQu.fpq;
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c179 struct _fq fpu_q[MAXFPQ]; /* to hold floating queue */ local
211 * clear fpu_q and fpu_qcnt here before copyout anyway -
217 uc.uc_mcontext.fpregs.fpu_q = (struct _fq *)NULL;
255 if ((fpp->fpu_q) && (fpp->fpu_qcnt)) {
260 if (copyin(fpp->fpu_q, fpu_q,
263 fpp->fpu_q = fpu_q;
428 struct fq32 fpu_q[MAXFPQ]; /* to hold 32 bit floating queue */ local
461 * clear fpu_q an
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h75 struct fq *fpu_q; /* ptr to array of FQ entries */ member in struct:fpu
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c140 pfp->fpu_q = mpcb->mpcb_fpu_q;
142 (void) kcopy(fp->fpu_q, pfp->fpu_q,
286 fp->fpu_q = pfp->fpu_q;
1102 sulword_noerr(&fp->uc.uc_mcontext.fpregs.fpu_q, (ulong_t)fqp);
1121 sulword_noerr(&fp->uc.uc_mcontext.fpregs.fpu_q, (ulong_t)NULL);
1222 struct fq32 fpu_q[MAXFPQ]; /* to hold floating queue */ local
1275 dfq = fpu_q;
1432 * Update the (already copied out) fpu32.fpu_q pointe
[all...]
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c316 ucp->uc_mcontext.fpregs.fpu_q++;
382 ucp->uc_mcontext.fpregs.fpu_q++;
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c666 pfpu->fpu_q->FQu.fpq.fpq_addr = (uint32_t *)pinst;
667 pfpu->fpu_q->FQu.fpq.fpq_instr = fp.i;
706 pfpu->fpu_q->FQu.fpq.fpq_addr = (uint32_t *)pinst;
707 pfpu->fpu_q->FQu.fpq.fpq_instr = fp.i;
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c142 mpcb->mpcb_fpu->fpu_q = mpcb->mpcb_fpu_q;
205 fp->fpu_q = mpcb->mpcb_fpu_q;
H A Dmlsetup.c176 mpcb->mpcb_fpu->fpu_q = mpcb->mpcb_fpu_q;
H A Dtrap.c1430 pfpq = &fp->fpu_q->FQu.fpq;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sparc.c100 instr = uap->uc_mcontext.fpregs.fpu_q->FQu.fpq.fpq_instr;
194 instr = uap->uc_mcontext.fpregs.fpu_q->FQu.fpq.fpq_instr;
484 instr = uap->uc_mcontext.fpregs.fpu_q->FQu.fpq.fpq_instr;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c213 fqp = fp->fpu_q;

Completed in 95 milliseconds