Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_insn.c256 const struct csr_func *tcfn, *cfn = NULL; in csr_insn() local
301 tcfn = &csr_funcs[i]; in csr_insn()
302 if ((tcfn->base <= csr_num) && in csr_insn()
303 (csr_num < (tcfn->base + tcfn->count))) { in csr_insn()
304 cfn = tcfn; in csr_insn()