Searched refs:__INSN_LENGTH_MASK (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dbug.h15 #define __INSN_LENGTH_MASK _UL(0x3) macro
25 __len = ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) ? \
H A Dinsn.h230 #define __INSN_LENGTH_MASK _UL(0x3) macro
/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 Dkgdb.c46 if ((op_code & __INSN_LENGTH_MASK) != __INSN_LENGTH_GE_32) {
H A Dtraps.c402 if ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32)

Completed in 122 milliseconds