Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c253 } else if ((insn & INSN_MASK_FLD) == INSN_MATCH_FLD) { in handle_scalar_misaligned_load()
/linux/arch/riscv/include/asm/
H A Dinsn.h355 #define INSN_MATCH_FLD 0x3007 macro