Home
last modified time | relevance | path

Searched refs:HSTATUS_VTVM (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h127 #define HSTATUS_VTVM _AC(0x00100000, UL) macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h598 #define HSTATUS_VTVM 0x00100000 macro
H A Dop_helper.c395 (env->priv == PRV_U || get_field(env->hstatus, HSTATUS_VTVM))) { in helper_tlb_flush()
H A Dcsr.c498 get_field(env->hstatus, HSTATUS_VTVM)) { in satp()