Searched refs:__INSN_LENGTH_32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dbug.h16 #define __INSN_LENGTH_32 _UL(0x3) macro
25 __len = ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) ? \
/linux-master/arch/riscv/kernel/probes/
H A Dkprobes.c120 u32 insn = (p->opcode & __INSN_LENGTH_MASK) == __INSN_LENGTH_32 ?
/linux-master/arch/riscv/kernel/
H A Dtraps_misaligned.c368 if ((insn & __INSN_LENGTH_MASK) != __INSN_LENGTH_32) {
383 if ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) {
H A Dtraps.c402 if ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32)

Completed in 97 milliseconds