Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dgdbstub.c163 if (n < CSR_TABLE_SIZE) { in riscv_gdb_get_csr()
177 if (n < CSR_TABLE_SIZE) { in riscv_gdb_set_csr()
237 for (i = 0; i < CSR_TABLE_SIZE; i++) { in riscv_gen_dynamic_csr_xml()
261 return CSR_TABLE_SIZE; in riscv_gen_dynamic_csr_xml()
H A Dcpu.h740 CSR_TABLE_SIZE = 0x1000 enumerator
786 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()
4478 riscv_csr_operations csr_ops[CSR_TABLE_SIZE] = {