Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dth_csr.c33 riscv_csr_operations csr_ops;
74 riscv_csr_operations *csr_ops = &th_csr_list[i].csr_ops; in th_register_custom_csrs()
H A Dcpu.h809 } riscv_csr_operations; typedef
860 extern riscv_csr_operations csr_ops[CSR_TABLE_SIZE];
864 void riscv_get_csr_ops(int csrno, riscv_csr_operations *ops);
865 void riscv_set_csr_ops(int csrno, riscv_csr_operations *ops);
H A Dcsr.c34 void riscv_get_csr_ops(int csrno, riscv_csr_operations *ops) in riscv_get_csr_ops()
39 void riscv_set_csr_ops(int csrno, riscv_csr_operations *ops) in riscv_set_csr_ops()
4905 riscv_csr_operations csr_ops[CSR_TABLE_SIZE] = {