Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dop_helper.c409 (env->priv == PRV_S && get_field(env->mstatus, MSTATUS_TVM)))) { in helper_tlb_flush()
445 get_field(env->mstatus, MSTATUS_TVM)) { in helper_hyp_gvma_tlb_flush()
H A Dcpu_bits.h555 #define MSTATUS_TVM 0x00100000 /* since: priv-1.10 */ macro
H A Dcsr.c513 get_field(env->mstatus, MSTATUS_TVM)) { in satp()
527 get_field(env->mstatus, MSTATUS_TVM)) { in hgatp()
1615 MSTATUS_MPP | MSTATUS_MXR | MSTATUS_TVM | MSTATUS_TSR | in write_mstatus()