Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dbug.h16 #define __INSN_LENGTH_32 _UL(0x3) macro
25 __len = ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) ? \
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c174 if ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) in is_valid_bugaddr()