Home
last modified time | relevance | path

Searched refs:uprobe_opcode_t (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Duprobes.h14 typedef u16 uprobe_opcode_t; typedef
23 uprobe_opcode_t insn[3];
24 uprobe_opcode_t ixol[3];
/openbmc/linux/arch/arm/include/asm/
H A Duprobes.h12 typedef u32 uprobe_opcode_t; typedef
30 uprobe_opcode_t bpinsn;
/openbmc/linux/arch/riscv/kernel/probes/
H A Duprobes.c12 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
21 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
176 *(uprobe_opcode_t *)dst = __BUG_INSN_32; in arch_uprobe_copy_ixol()
/openbmc/linux/include/linux/
H A Duprobes.h110 extern bool is_swbp_insn(uprobe_opcode_t *insn);
111 extern bool is_trap_insn(uprobe_opcode_t *insn);
114 …te_opcode(struct arch_uprobe *auprobe, struct mm_struct *mm, unsigned long vaddr, uprobe_opcode_t);
/openbmc/linux/arch/powerpc/include/asm/
H A Duprobes.h15 typedef u32 uprobe_opcode_t; typedef
/openbmc/linux/arch/mips/include/asm/
H A Duprobes.h19 typedef u32 uprobe_opcode_t; typedef
/openbmc/linux/arch/arm64/include/asm/
H A Duprobes.h17 typedef __le32 uprobe_opcode_t; typedef
/openbmc/linux/arch/csky/include/asm/
H A Duprobes.h14 typedef u32 uprobe_opcode_t; typedef
/openbmc/linux/arch/loongarch/include/asm/
H A Duprobes.h7 typedef u32 uprobe_opcode_t; typedef
/openbmc/linux/arch/x86/include/asm/
H A Duprobes.h15 typedef u8 uprobe_opcode_t; typedef
/openbmc/linux/arch/riscv/include/asm/
H A Duprobes.h21 typedef u32 uprobe_opcode_t; typedef
/openbmc/linux/arch/sparc/include/asm/
H A Duprobes.h14 typedef u32 uprobe_opcode_t; typedef
/openbmc/linux/kernel/events/
H A Duprobes.c220 bool __weak is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
234 bool __weak is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
253 static int verify_opcode(struct page *page, unsigned long vaddr, uprobe_opcode_t *new_opcode) in verify_opcode()
255 uprobe_opcode_t old_opcode; in verify_opcode()
460 unsigned long vaddr, uprobe_opcode_t opcode) in uprobe_write_opcode()
587 *(uprobe_opcode_t *)&auprobe->insn); in set_orig_insn()
850 if (is_trap_insn((uprobe_opcode_t *)&uprobe->arch.insn)) in prepare_uprobe()
1480 uprobe_opcode_t insn = UPROBE_SWBP_INSN; in __create_xol_area()
2008 uprobe_opcode_t opcode; in is_trap_at_addr()
2015 result = __get_user(opcode, (uprobe_opcode_t __user *)vaddr); in is_trap_at_addr()
/openbmc/linux/arch/powerpc/kernel/
H A Duprobes.c26 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
/openbmc/linux/arch/csky/kernel/probes/
H A Duprobes.c14 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
/openbmc/linux/arch/mips/kernel/
H A Duprobes.c62 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
/openbmc/linux/arch/arm/probes/uprobes/
H A Dcore.c23 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()