/openbmc/linux/arch/s390/include/asm/ |
H A D | uprobes.h | 14 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 D | uprobes.h | 12 typedef u32 uprobe_opcode_t; typedef 30 uprobe_opcode_t bpinsn;
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | uprobes.c | 12 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 D | uprobes.h | 110 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 D | uprobes.h | 15 typedef u32 uprobe_opcode_t; typedef
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | uprobes.h | 19 typedef u32 uprobe_opcode_t; typedef
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | uprobes.h | 17 typedef __le32 uprobe_opcode_t; typedef
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | uprobes.h | 14 typedef u32 uprobe_opcode_t; typedef
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | uprobes.h | 7 typedef u32 uprobe_opcode_t; typedef
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uprobes.h | 15 typedef u8 uprobe_opcode_t; typedef
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | uprobes.h | 21 typedef u32 uprobe_opcode_t; typedef
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | uprobes.h | 14 typedef u32 uprobe_opcode_t; typedef
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 220 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 D | uprobes.c | 26 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
|
/openbmc/linux/arch/csky/kernel/probes/ |
H A D | uprobes.c | 14 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | uprobes.c | 62 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
|
/openbmc/linux/arch/arm/probes/uprobes/ |
H A D | core.c | 23 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
|