Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dvector.c48 this_vsize = csr_read(CSR_VLENB) * 32; in riscv_v_setup_vsize()
105 (csr >= CSR_VL && csr <= CSR_VLENB)) in insn_is_vector()
/linux/arch/riscv/include/asm/
H A Dvector.h162 dest->vlenb = csr_read(CSR_VLENB); in __vstate_csr_save()
/linux/tools/arch/riscv/include/asm/
H A Dcsr.h411 #define CSR_VLENB 0xc22 macro