Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/kernel/
Dtraps_misaligned.c17 #define INSN_MATCH_LH 0x1003 macro
266 } else if ((insn & INSN_MASK_LH) == INSN_MATCH_LH) { in handle_misaligned_load()
/linux-5.19.10/arch/riscv/kvm/
Dvcpu_exit.c24 #define INSN_MATCH_LH 0x1003 macro
236 } else if ((insn & INSN_MASK_LH) == INSN_MATCH_LH) { in emulate_load()