Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dbug.h16 #define __INSN_LENGTH_32 _UL(0x3) macro
25 __len = ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) ? \
/openbmc/linux/arch/riscv/kernel/probes/
H A Dkprobes.c119 u32 insn = (p->opcode & __INSN_LENGTH_MASK) == __INSN_LENGTH_32 ? in arch_arm_kprobe()
/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c404 if ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) in is_valid_bugaddr()