Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/include/asm/
Duprobes.h16 #define UPROBE_SWBP_INSN __BUG_INSN_32
Dbug.h19 #define __BUG_INSN_32 _UL(0x00100073) /* ebreak */ macro
/linux-6.1.9/arch/riscv/kernel/probes/
Dkprobes.c32 __BUG_INSN_32); in arch_prepare_ss_slot()
100 patch_text(p->addr, __BUG_INSN_32); in arch_arm_kprobe()
Duprobes.c168 *(uprobe_opcode_t *)dst = __BUG_INSN_32; in arch_uprobe_copy_ixol()
/linux-6.1.9/arch/riscv/kernel/
Dtraps.c204 return (insn == __BUG_INSN_32); in is_valid_bugaddr()