Home
last modified time | relevance | path

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

/Linux-v5.10/arch/riscv/kernel/
Dtraps_misaligned.c85 #define INSN_LEN(insn) ((((insn) & 0x3) < 0x3) ? 2 : 4) macro
318 regs->epc = epc + INSN_LEN(insn); in handle_misaligned_load()
367 regs->epc = epc + INSN_LEN(insn); in handle_misaligned_store()