Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dvector.h84 "csrr %3, " __stringify(CSR_VCSR) "\n\t" in __vstate_csr_save()
98 "csrw " __stringify(CSR_VCSR) ", %3\n\t" in __vstate_csr_restore()
Dcsr.h410 #define CSR_VCSR 0xf macro
/linux-6.12.1/arch/riscv/kernel/
Dvector.c94 if ((csr >= CSR_VSTART && csr <= CSR_VCSR) || in insn_is_vector()
Dhead.S452 csrs CSR_VCSR, x0
/linux-6.12.1/tools/arch/riscv/include/asm/
Dcsr.h408 #define CSR_VCSR 0xf macro