Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c183 #define RISCV_CSR_GENERAL(csr) \ macro
193 return RISCV_CSR_GENERAL(sstatus); in general_csr_id_to_str()
195 return RISCV_CSR_GENERAL(sie); in general_csr_id_to_str()
197 return RISCV_CSR_GENERAL(stvec); in general_csr_id_to_str()
199 return RISCV_CSR_GENERAL(sscratch); in general_csr_id_to_str()
201 return RISCV_CSR_GENERAL(sepc); in general_csr_id_to_str()
203 return RISCV_CSR_GENERAL(scause); in general_csr_id_to_str()
205 return RISCV_CSR_GENERAL(stval); in general_csr_id_to_str()
207 return RISCV_CSR_GENERAL(sip); in general_csr_id_to_str()
209 return RISCV_CSR_GENERAL(satp); in general_csr_id_to_str()
[all …]