Home
last modified time | relevance | path

Searched refs:HSTATUS_VSXL (Results 1 – 2 of 2) sorted by relevance

/qemu/target/riscv/
H A Dcpu_bits.h591 #define HSTATUS_VSXL 0x300000000 macro
H A Dcsr.c3182 *val = set_field(*val, HSTATUS_VSXL, 2); in read_hstatus()
3193 if (riscv_cpu_mxl(env) != MXL_RV32 && get_field(val, HSTATUS_VSXL) != 2) { in write_hstatus()