Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
A Dtraps_misaligned.c51 #define INSN_MATCH_C_LD 0x6000 macro
272 } else if ((insn & INSN_MASK_C_LD) == INSN_MATCH_C_LD) { in handle_misaligned_load()
/linux/arch/riscv/kvm/
A Dvcpu_exit.c45 #define INSN_MATCH_C_LD 0x6000 macro
247 } else if ((insn & INSN_MASK_C_LD) == INSN_MATCH_C_LD) { in emulate_load()

Completed in 6 milliseconds