Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dinsn.h407 #define GET_RS2(insn, regs) (*REG_PTR(insn, SH_RS2, regs))
419 #define SH_RS2 20 macro
/linux/arch/riscv/kvm/
H A Dvcpu_insn.c150 unsigned int csr_num = insn >> SH_RS2; in csr_insn()