Searched refs:MSTATUS_MPRV (Results 1 – 7 of 7) sorted by relevance
291 mstatus = set_field(mstatus, MSTATUS_MPRV, 0); in helper_sret()352 mstatus = set_field(mstatus, MSTATUS_MPRV, 0); in helper_mret()
552 #define MSTATUS_MPRV 0x00020000 macro
661 if (mode == PRV_M && get_field(env->mstatus, MSTATUS_MPRV)) { in cpu_address_mode()
50 if (mode == PRV_M && get_field(status, MSTATUS_MPRV)) { in riscv_env_mmu_index()
944 env->mstatus &= ~(MSTATUS_MIE | MSTATUS_MPRV); in riscv_cpu_reset_hold()
1614 MSTATUS_SPP | MSTATUS_MPRV | MSTATUS_SUM | in write_mstatus()
29 #define MSTATUS_MPRV 0x00020000 macro