Searched refs:riscv_csr_operations (Results 1 – 3 of 3) sorted by relevance
33 riscv_csr_operations csr_ops;74 riscv_csr_operations *csr_ops = &th_csr_list[i].csr_ops; in th_register_custom_csrs()
833 } riscv_csr_operations; typedef884 extern riscv_csr_operations csr_ops[CSR_TABLE_SIZE];888 void riscv_get_csr_ops(int csrno, riscv_csr_operations *ops);889 void riscv_set_csr_ops(int csrno, riscv_csr_operations *ops);
34 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()4986 riscv_csr_operations csr_ops[CSR_TABLE_SIZE] = {