Home
last modified time | relevance | path

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

/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];
/linux/arch/arm/include/asm/
H A Duprobes.h12 typedef u32 uprobe_opcode_t; typedef
30 uprobe_opcode_t bpinsn;
/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()
177 *(uprobe_opcode_t *)dst = __BUG_INSN_32; in arch_uprobe_copy_ixol()
/linux/arch/x86/kernel/
H A Duprobes.c345 static uprobe_opcode_t insn = UPROBE_SWBP_INSN; in arch_uretprobe_trampoline()
635 static bool is_opt_insns(const uprobe_opcode_t *insn) in is_opt_insns()
641 static bool is_swbp_opt_insns(uprobe_opcode_t *insn) in is_swbp_opt_insns()
883 static int verify_insn(struct page *page, unsigned long vaddr, uprobe_opcode_t *new_opcode, in verify_insn()
887 uprobe_opcode_t old_opcode[OPT_INSN_SIZE]; in verify_insn()
936 unsigned long vaddr, uprobe_opcode_t *insn) in int3_update_optimize()
999 unsigned long vaddr, uprobe_opcode_t *insn) in int3_update_unoptimize()
1001 uprobe_opcode_t int3 = UPROBE_SWBP_INSN; in int3_update_unoptimize()
1105 static bool __is_optimized(struct mm_struct *mm, uprobe_opcode_t *insn, unsigned long vaddr) in __is_optimized()
1119 uprobe_opcode_t insn[OPT_INSN_SIZE]; in is_optimized()
[all …]
/linux/arch/powerpc/include/asm/
H A Duprobes.h15 typedef u32 uprobe_opcode_t; typedef
/linux/arch/mips/include/asm/
H A Duprobes.h19 typedef u32 uprobe_opcode_t; typedef
/linux/arch/csky/include/asm/
H A Duprobes.h14 typedef u32 uprobe_opcode_t; typedef
/linux/arch/arm64/include/asm/
H A Duprobes.h17 typedef __le32 uprobe_opcode_t; typedef
/linux/arch/loongarch/include/asm/
H A Duprobes.h7 typedef u32 uprobe_opcode_t; typedef
/linux/arch/sparc/include/asm/
H A Duprobes.h14 typedef u32 uprobe_opcode_t; typedef
/linux/arch/csky/kernel/probes/
H A Duprobes.c14 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
/linux/arch/powerpc/kernel/
H A Duprobes.c26 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()