Home
last modified time | relevance | path

Searched defs:INSN_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c86 #define INSN_LEN(insn) ((((insn) & 0x3) < 0x3) ? 2 : 4) macro
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_insn.c74 #define INSN_LEN(insn) (INSN_IS_16BIT(insn) ? 2 : 4) macro