Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h125 #define HSTATUS_VTSR _AC(0x00400000, UL) macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h606 #define HSTATUS_VTSR 0x00400000 macro
H A Dop_helper.c280 if (env->virt_enabled && get_field(env->hstatus, HSTATUS_VTSR)) { in helper_sret()