Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dgdbstub.c178 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()
H A Dcpu.h768 CSR_TABLE_SIZE = 0x1000 enumerator
815 extern riscv_csr_operations csr_ops[CSR_TABLE_SIZE];
H A Dcsr.c37 *ops = csr_ops[csrno & (CSR_TABLE_SIZE - 1)]; in riscv_get_csr_ops()
42 csr_ops[csrno & (CSR_TABLE_SIZE - 1)] = *ops; in riscv_set_csr_ops()
4556 riscv_csr_operations csr_ops[CSR_TABLE_SIZE] = {