Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_insn.c204 struct csr_func { struct
216 static const struct csr_func csr_funcs[] = { argument
256 const struct csr_func *tcfn, *cfn = NULL; in csr_insn()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c726 int csr_func = (opcode & CSR_FUNC_MASK) >> 16; in simulate_loongson3_cpucfg() local
728 if (op == LWC2 && op2 == CSR_OPCODE2 && csr_func == CSR_FUNC_CPUCFG) { in simulate_loongson3_cpucfg()