Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h130 #define HSTATUS_HU _AC(0x00000200, UL) macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h596 #define HSTATUS_HU 0x00000200 macro
H A Dop_helper.c441 } else if (env->priv == PRV_U && !get_field(env->hstatus, HSTATUS_HU)) { in check_access_hlsv()