Home
last modified time | relevance | path

Searched refs:CSR_VLENB (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dvector.c34 this_vsize = csr_read(CSR_VLENB) * 32; in riscv_v_setup_vsize()
76 (csr >= CSR_VL && csr <= CSR_VLENB)) in insn_is_vector()
/openbmc/linux/arch/riscv/include/asm/
H A Dvector.h73 "csrr %4, " __stringify(CSR_VLENB) "\n\t" in __vstate_csr_save()
H A Dcsr.h395 #define CSR_VLENB 0xc22
394 #define CSR_VLENB global() macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h64 #define CSR_VLENB 0xc22 macro
H A Dcpu.c852 CSR_VLENB, in riscv_cpu_dump_state()
H A Dcsr.c4998 [CSR_VLENB] = { "vlenb", vs, read_vlenb },