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

/linux-master/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];
/linux-master/arch/arm/include/asm/
H A Duprobes.h12 typedef u32 uprobe_opcode_t; typedef
30 uprobe_opcode_t bpinsn;
/linux-master/arch/mips/include/asm/
H A Duprobes.h19 typedef u32 uprobe_opcode_t; typedef
/linux-master/arch/csky/include/asm/
H A Duprobes.h14 typedef u32 uprobe_opcode_t; typedef
/linux-master/arch/powerpc/include/asm/
H A Duprobes.h15 typedef u32 uprobe_opcode_t; typedef
/linux-master/arch/arm64/include/asm/
H A Duprobes.h19 typedef __le32 uprobe_opcode_t; typedef
/linux-master/arch/loongarch/include/asm/
H A Duprobes.h7 typedef u32 uprobe_opcode_t; typedef
/linux-master/arch/sparc/include/asm/
H A Duprobes.h14 typedef u32 uprobe_opcode_t; typedef
/linux-master/arch/x86/include/asm/
H A Duprobes.h15 typedef u8 uprobe_opcode_t; typedef
/linux-master/arch/riscv/include/asm/
H A Duprobes.h21 typedef u32 uprobe_opcode_t; typedef
/linux-master/include/linux/
H A Duprobes.h108 extern bool is_swbp_insn(uprobe_opcode_t *insn);
109 extern bool is_trap_insn(uprobe_opcode_t *insn);
112 extern int uprobe_write_opcode(struct arch_uprobe *auprobe, struct mm_struct *mm, unsigned long vaddr, uprobe_opcode_t);
/linux-master/arch/riscv/kernel/probes/
H A Duprobes.c12 bool is_swbp_insn(uprobe_opcode_t *insn)
21 bool is_trap_insn(uprobe_opcode_t *insn)
176 *(uprobe_opcode_t *)dst = __BUG_INSN_32;
/linux-master/arch/powerpc/kernel/
H A Duprobes.c26 bool is_trap_insn(uprobe_opcode_t *insn)
/linux-master/arch/csky/kernel/probes/
H A Duprobes.c14 bool is_swbp_insn(uprobe_opcode_t *insn)
/linux-master/arch/arm/probes/uprobes/
H A Dcore.c23 bool is_swbp_insn(uprobe_opcode_t *insn)
/linux-master/arch/mips/kernel/
H A Duprobes.c62 bool is_trap_insn(uprobe_opcode_t *insn)
/linux-master/kernel/events/
H A Duprobes.c220 bool __weak is_swbp_insn(uprobe_opcode_t *insn)
234 bool __weak is_trap_insn(uprobe_opcode_t *insn)
253 static int verify_opcode(struct page *page, unsigned long vaddr, uprobe_opcode_t *new_opcode)
255 uprobe_opcode_t old_opcode;
460 unsigned long vaddr, uprobe_opcode_t opcode)
587 *(uprobe_opcode_t *)&auprobe->insn);
850 if (is_trap_insn((uprobe_opcode_t *)&uprobe->arch.insn))
1480 uprobe_opcode_t insn = UPROBE_SWBP_INSN;
2009 uprobe_opcode_t opcode;
2016 result = __get_user(opcode, (uprobe_opcode_t __use
[all...]

Completed in 210 milliseconds