Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dparse_asm.h168 #define __INSN_LENGTH_GE_32 _UL(0x3) macro
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dkgdb.c67 if ((op_code & __INSN_LENGTH_MASK) != __INSN_LENGTH_GE_32) { in get_step_address()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dinsn.h231 #define __INSN_LENGTH_GE_32 _UL(0x3) macro
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dkgdb.c46 if ((op_code & __INSN_LENGTH_MASK) != __INSN_LENGTH_GE_32) { in get_step_address()

Completed in 5 milliseconds