Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h134 #define HSTATUS_VSBE _AC(0x00000020, UL) macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h598 #define HSTATUS_VSBE 0x00000020 macro
H A Dcsr.c3532 *val = set_field(*val, HSTATUS_VSBE, 0); in read_hstatus()
3544 if (get_field(val, HSTATUS_VSBE) != 0) { in write_hstatus()