Home
last modified time | relevance | path

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

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