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

VIRT_PRIV_PRV macro

Syntax

#define VIRT_PRIV_PRV 3

References

LocationText
debug_defines.h:2957
#define VIRT_PRIV_PRV 3
riscv-013.c:4086
*value = set_field(*value, VIRT_PRIV_PRV, get_field(dcsr, CSR_DCSR_PRV));
riscv-013.c:4118
dcsr = set_field(dcsr, CSR_DCSR_PRV, get_field(value, VIRT_PRIV_PRV));