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

MCONTROL_TYPE macro

Syntax

#define MCONTROL_TYPE(xlen) (0xfULL<<((xlen)-4))

Arguments

xlen

References

LocationText
encoding.h:98
#define MCONTROL_TYPE(xlen) (0xfULL<<((xlen)-4))
riscv.c:711
int type = get_field(tdata1, MCONTROL_TYPE(riscv_xlen(target)));
riscv.c:3488
int type = get_field(tdata1, MCONTROL_TYPE(riscv_xlen(target)));