Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu.h736 } riscv_csr_operations; typedef
786 extern riscv_csr_operations csr_ops[CSR_TABLE_SIZE];
790 void riscv_get_csr_ops(int csrno, riscv_csr_operations *ops);
791 void riscv_set_csr_ops(int csrno, riscv_csr_operations *ops);
H A Dcsr.c35 void riscv_get_csr_ops(int csrno, riscv_csr_operations *ops) in riscv_get_csr_ops()
40 void riscv_set_csr_ops(int csrno, riscv_csr_operations *ops) in riscv_set_csr_ops()
4478 riscv_csr_operations csr_ops[CSR_TABLE_SIZE] = {