Home
last modified time | relevance | path

Searched refs:PRV_RESERVED (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dgdbstub.c230 if (env->priv == PRV_RESERVED) { in riscv_gdb_set_virtual()
H A Dcpu_bits.h623 #define PRV_RESERVED 2 macro
H A Dcpu_helper.c776 g_assert(newpriv <= PRV_M && newpriv != PRV_RESERVED); in riscv_cpu_set_mode()