Home
last modified time | relevance | path

Searched refs:fp_fcsr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c133 regs->fp_fcsr = pcb->pcb_fcsr; in fill_fpregs()
150 pcb->pcb_fcsr = regs->fp_fcsr; in set_fpregs()
286 mcp->mc_fpregs.fp_fcsr = curpcb->pcb_fcsr; in get_fpcontext()
309 curpcb->pcb_fcsr = mcp->mc_fpregs.fp_fcsr; in set_fpcontext()
/freebsd/sys/riscv/include/
H A Dreg.h54 __uint64_t fp_fcsr; /* Floating point control reg */ member
H A Ducontext.h52 __uint64_t fp_fcsr; member