Searched defs:sfq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c76 const struct fq32 *sfq, struct _fq *dfq);
1733 struct _fq *sfq = src->fpu_q; local
1734 for (i = 0; i < src->fpu_qcnt; i++, dfq++, sfq++) {
1736 (caddr32_t)(uintptr_t)sfq->FQu.fpq.fpq_addr;
1737 dfq->FQu.fpq.fpq_instr = sfq->FQu.fpq.fpq_instr;
1746 * ucontext_32ton. The *sfq is required because once the fq32 is copied
1751 const struct fq32 *sfq, struct _fq *dfq)
1766 if ((src->fpu_qcnt) && (sfq) && (dfq)) {
1767 for (i = 0; i < src->fpu_qcnt; i++, dfq++, sfq++) {
1769 (unsigned int *)(uintptr_t)sfq
1750 fpuregset_32ton(const fpregset32_t *src, fpregset_t *dest, const struct fq32 *sfq, struct _fq *dfq) argument
1776 ucontext_32ton(const ucontext32_t *src, ucontext_t *dest, const struct fq32 *sfq, struct _fq *dfq) argument
[all...]

Completed in 254 milliseconds