Searched refs:RISCV_CSR_GENERAL (Results 1 – 1 of 1) sorted by relevance
319 #define RISCV_CSR_GENERAL(csr) \ macro331 return RISCV_CSR_GENERAL(sstatus); in general_csr_id_to_str()333 return RISCV_CSR_GENERAL(sie); in general_csr_id_to_str()335 return RISCV_CSR_GENERAL(stvec); in general_csr_id_to_str()337 return RISCV_CSR_GENERAL(sscratch); in general_csr_id_to_str()339 return RISCV_CSR_GENERAL(sepc); in general_csr_id_to_str()341 return RISCV_CSR_GENERAL(scause); in general_csr_id_to_str()343 return RISCV_CSR_GENERAL(stval); in general_csr_id_to_str()345 return RISCV_CSR_GENERAL(sip); in general_csr_id_to_str()347 return RISCV_CSR_GENERAL(satp); in general_csr_id_to_str()[all …]