Searched refs:__BUG_INSN_32 (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Duprobes.h16 #define UPROBE_SWBP_INSN __BUG_INSN_32
H A Dbug.h19 #define __BUG_INSN_32 _UL(0x00100073) /* ebreak */ macro
/linux-master/arch/riscv/kernel/probes/
H A Dkprobes.c26 u32 insn = __BUG_INSN_32;
121 __BUG_INSN_32 : __BUG_INSN_16;
H A Duprobes.c176 *(uprobe_opcode_t *)dst = __BUG_INSN_32;
/linux-master/arch/riscv/kernel/
H A Dtraps.c403 return (insn == __BUG_INSN_32);

Completed in 237 milliseconds