Searched refs:CSR_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
178 if (n < CSR_TABLE_SIZE) { in riscv_gdb_get_csr()195 if (n < CSR_TABLE_SIZE) { in riscv_gdb_set_csr()263 for (i = 0; i < CSR_TABLE_SIZE; i++) { in riscv_gen_dynamic_csr_feature()
837 CSR_TABLE_SIZE = 0x1000 enumerator884 extern riscv_csr_operations csr_ops[CSR_TABLE_SIZE];
36 *ops = csr_ops[csrno & (CSR_TABLE_SIZE - 1)]; in riscv_get_csr_ops()41 csr_ops[csrno & (CSR_TABLE_SIZE - 1)] = *ops; in riscv_set_csr_ops()4986 riscv_csr_operations csr_ops[CSR_TABLE_SIZE] = {