Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dop_helper.c384 (prv_u || (prv_s && get_field(env->hstatus, HSTATUS_VTW)))) { in helper_wfi()
396 get_field(env->hstatus, HSTATUS_VTW) && in helper_wrs_nto()
H A Dcpu_bits.h605 #define HSTATUS_VTW 0x00200000 macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h126 #define HSTATUS_VTW _AC(0x00200000, UL) macro
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu.c125 cntx->hstatus |= HSTATUS_VTW; in kvm_arch_vcpu_create()