MSTATUS_FS is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MSTATUS_FS macro

Syntax

#define MSTATUS_FS 0x00006000

References

LocationText
encoding.h:24
#define MSTATUS_FS 0x00006000
riscv-011.c:1300
if ((info->mstatus_actual & MSTATUS_FS) == 0) {
riscv-011.c:1301
info->mstatus_actual = set_field(info->mstatus_actual, MSTATUS_FS, 1);
riscv-011.c:1356
if ((info->mstatus_actual & MSTATUS_FS) == 0) {
riscv-011.c:1357
info->mstatus_actual = set_field(info->mstatus_actual, MSTATUS_FS, 1);
riscv-013.c:1090
if (is_fpu_reg(regno) && (*mstatus & MSTATUS_FS) == 0) {
riscv-013.c:1092
set_field(*mstatus, MSTATUS_FS, 1)) != ERROR_OK)
riscv-013.c:1108
if ((is_fpu_reg(regno) && (mstatus & MSTATUS_FS) == 0) ||