Searched refs:BREAKPOINT_INSTRUCTION (Results 1 – 15 of 15) sorted by relevance
78 if (insn->opc == BREAKPOINT_INSTRUCTION) in is_kprobe_on_ftrace()87 insn->opc = BREAKPOINT_INSTRUCTION; in ftrace_generate_kprobe_nop_insn()95 insn->opc = BREAKPOINT_INSTRUCTION; in ftrace_generate_kprobe_call_insn()
156 new_insn.opc = args->arm_kprobe ? BREAKPOINT_INSTRUCTION : p->opcode; in swap_instruction()
60 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()74 if (*p->addr == BREAKPOINT_INSTRUCTION) in arch_trampoline_kprobe()233 *p->ainsn.insn == BREAKPOINT_INSTRUCTION) { in kprobe_handler()255 if (*(kprobe_opcode_t *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()489 args->trapnr == (BREAKPOINT_INSTRUCTION & 0xff)) { in kprobe_exceptions_notify()
67 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()107 if (p->opcode == BREAKPOINT_INSTRUCTION) { in prepare_singlestep()150 } else if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()162 if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
21 #define UPROBE_SWBP_INSN BREAKPOINT_INSTRUCTION
13 #define BREAKPOINT_INSTRUCTION 0x7fe00008 /* trap */ macro
304 if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in can_probe()355 if (insn->opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in __copy_instruction()500 text_poke(p->addr, ((unsigned char []){BREAKPOINT_INSTRUCTION}), 1); in arch_arm_kprobe()608 if (p->opcode == BREAKPOINT_INSTRUCTION) in setup_singlestep()694 } else if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_int3_handler()
293 if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in can_optimize()453 insn_buff[0] = BREAKPOINT_INSTRUCTION; in arch_unoptimize_kprobe()
7 #define BREAKPOINT_INSTRUCTION 0xc33a macro
7 #define BREAKPOINT_INSTRUCTION 0x91d02070 /* ta 0x70 */ macro
141 patch_instruction(p->addr, BREAKPOINT_INSTRUCTION); in arch_arm_kprobe()307 } else if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()324 if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
20 #define BREAKPOINT_INSTRUCTION 0x0002 macro
14 #define BREAKPOINT_INSTRUCTION 0xcc macro
342 unsigned char brk = BREAKPOINT_INSTRUCTION; in add_break()412 unsigned char brk = BREAKPOINT_INSTRUCTION; in remove_breakpoint()
23 memset32(area, BREAKPOINT_INSTRUCTION, size/4); in bpf_jit_fill_ill_insns()