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

SATP64_MODE macro

Syntax

#define SATP64_MODE 0xF000000000000000

References

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