Searched refs:uprobe_opcode_t (Results 1 – 12 of 12) sorted by relevance
| /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];
|
| /linux/arch/arm/include/asm/ |
| H A D | uprobes.h | 12 typedef u32 uprobe_opcode_t; typedef 30 uprobe_opcode_t bpinsn;
|
| /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() 177 *(uprobe_opcode_t *)dst = __BUG_INSN_32; in arch_uprobe_copy_ixol()
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 351 static uprobe_opcode_t insn = UPROBE_SWBP_INSN; in arch_uretprobe_trampoline() 920 static int is_call_insn(uprobe_opcode_t *insn) in is_call_insn() 929 static int verify_insn(struct page *page, unsigned long vaddr, uprobe_opcode_t *new_opcode, in verify_insn() 933 uprobe_opcode_t old_opcode[5]; in verify_insn() 935 uprobe_copy_from_page(page, ctx->base, (uprobe_opcode_t *) &old_opcode, 5); in verify_insn() 968 uprobe_opcode_t int3 = UPROBE_SWBP_INSN; in int3_update() 1047 static bool __is_optimized(uprobe_opcode_t *insn, unsigned long vaddr) in __is_optimized() 1061 uprobe_opcode_t insn[5]; in is_optimized() 1067 return __is_optimized((uprobe_opcode_t *)&insn, vaddr); in is_optimized() 1107 return uprobe_write_opcode(auprobe, vma, vaddr, *(uprobe_opcode_t *)&auprobe->insn, in set_orig_insn() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | uprobes.h | 15 typedef u32 uprobe_opcode_t; typedef
|
| /linux/arch/mips/include/asm/ |
| H A D | uprobes.h | 19 typedef u32 uprobe_opcode_t; typedef
|
| /linux/arch/csky/include/asm/ |
| H A D | uprobes.h | 14 typedef u32 uprobe_opcode_t; typedef
|
| /linux/arch/arm64/include/asm/ |
| H A D | uprobes.h | 17 typedef __le32 uprobe_opcode_t; typedef
|
| /linux/arch/loongarch/include/asm/ |
| H A D | uprobes.h | 7 typedef u32 uprobe_opcode_t; typedef
|
| /linux/arch/sparc/include/asm/ |
| H A D | uprobes.h | 14 typedef u32 uprobe_opcode_t; typedef
|
| /linux/arch/csky/kernel/probes/ |
| H A D | uprobes.c | 14 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
|
| /linux/arch/powerpc/kernel/ |
| H A D | uprobes.c | 26 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
|