Home
last modified time | relevance | path

Searched refs:SSTATUS_FS_OFF (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/include/
H A Driscvreg.h62 #define SSTATUS_FS_OFF (0x0 << SSTATUS_FS_SHIFT) macro
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c300 td->td_frame->tf_sstatus |= SSTATUS_FS_OFF; in set_fpcontext()