Home
last modified time | relevance | path

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

/linux/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/arch/riscv/kernel/probes/
H A Dkprobes.c28 u32 insn = __BUG_INSN_32; in arch_prepare_ss_slot()
111 u32 insn = len == 4 ? __BUG_INSN_32 : __BUG_INSN_16; in arch_arm_kprobe()
H A Duprobes.c176 *(uprobe_opcode_t *)dst = __BUG_INSN_32; in arch_uprobe_copy_ixol()
/linux/arch/riscv/kernel/
H A Dtraps.c403 return (insn == __BUG_INSN_32); in is_valid_bugaddr()