Searched refs:uprobe_opcode_t (Results 1 – 8 of 8) sorted by relevance
13 typedef u16 uprobe_opcode_t; typedef22 uprobe_opcode_t insn[3];23 uprobe_opcode_t ixol[3];
15 typedef u32 uprobe_opcode_t; typedef33 uprobe_opcode_t bpinsn;
103 extern bool is_swbp_insn(uprobe_opcode_t *insn);104 extern bool is_trap_insn(uprobe_opcode_t *insn);107 extern int uprobe_write_opcode(struct mm_struct *mm, unsigned long vaddr, uprobe_opcode_t);
28 typedef ppc_opcode_t uprobe_opcode_t; typedef
28 typedef u8 uprobe_opcode_t; typedef
222 bool __weak is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()236 bool __weak is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()255 static int verify_opcode(struct page *page, unsigned long vaddr, uprobe_opcode_t *new_opcode) in verify_opcode()257 uprobe_opcode_t old_opcode; in verify_opcode()301 uprobe_opcode_t opcode) in uprobe_write_opcode()366 return uprobe_write_opcode(mm, vaddr, *(uprobe_opcode_t *)&auprobe->insn); in set_orig_insn()603 if (is_trap_insn((uprobe_opcode_t *)&uprobe->arch.insn)) in prepare_uprobe()1167 uprobe_opcode_t insn = UPROBE_SWBP_INSN; in __create_xol_area()1672 uprobe_opcode_t opcode; in is_trap_at_addr()
38 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
26 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()