Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dth_csr.c76 riscv_set_csr_ops(csrno, csr_ops); in th_register_custom_csrs()
H A Dcpu.h889 void riscv_set_csr_ops(int csrno, riscv_csr_operations *ops);
H A Dcsr.c39 void riscv_set_csr_ops(int csrno, riscv_csr_operations *ops) in riscv_set_csr_ops() function