Home
last modified time | relevance | path

Searched refs:CSR_VCSR (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dvector.h141 * CSR_VCSR is defined as in __vstate_csr_save()
161 dest->vcsr = csr_read(CSR_VCSR); in __vstate_csr_save()
191 csr_write(CSR_VCSR, src->vcsr); in __vstate_csr_restore()
/linux/arch/riscv/kernel/
H A Dvector.c104 if ((csr >= CSR_VSTART && csr <= CSR_VCSR) || in insn_is_vector()
H A Dhead.S462 csrs CSR_VCSR, x0
/linux/tools/arch/riscv/include/asm/
H A Dcsr.h408 #define CSR_VCSR 0xf macro