Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/include/asm/
Dparse_asm.h165 #define __INSN_LENGTH_GE_32 _UL(0x3) macro
/Linux-v6.1/arch/riscv/kernel/
Dkgdb.c67 if ((op_code & __INSN_LENGTH_MASK) != __INSN_LENGTH_GE_32) { in get_step_address()