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

SATP32_MODE macro

Syntax

#define SATP32_MODE 0x80000000

References

LocationText
encoding.h:229
#define SATP32_MODE 0x80000000
riscv.h:27
#define RISCV_SATP_MODE(xlen) ((xlen) == 32 ? SATP32_MODE : SATP64_MODE)