Home
last modified time | relevance | path

Searched refs:REG_FPRS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsiglongjmp.c68 reg[REG_FPRS] = bp->sjs_fprs; in siglongjmp()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dregset.h79 #define REG_FPRS (20) macro
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.S107 stn %o0, [%sp + EH_LOCALS_GREG(REG_FPRS)]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c345 fp->fpu_fprs = (uint32_t)grp[REG_FPRS]; in setgregs()
425 grp[REG_FPRS] = fprs; in getgregs()
1806 dest->uc_mcontext.gregs[REG_FPRS] = in ucontext_32ton()
1810 dest->uc_mcontext.gregs[REG_FPRS] = 0; in ucontext_32ton()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c145 prp[R_FPRS] = gr[REG_FPRS]; in prgetprregs()
202 gr[REG_FPRS] = prp[R_FPRS]; in prsetprregs()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c281 dst[R_FPRS] = gregs[REG_FPRS]; in ucontext_n_to_prgregs()