Searched refs:BREAKPOINT_INSTRUCTION (Results 1 – 18 of 18) sorted by relevance
77 if (insn->opc == BREAKPOINT_INSTRUCTION) in is_kprobe_on_ftrace()86 insn->opc = BREAKPOINT_INSTRUCTION; in ftrace_generate_kprobe_nop_insn()94 insn->opc = BREAKPOINT_INSTRUCTION; in ftrace_generate_kprobe_call_insn()
163 new_insn.opc = args->arm_kprobe ? BREAKPOINT_INSTRUCTION : p->opcode; in swap_instruction()
34 #define UPROBE_SWBP_INSN BREAKPOINT_INSTRUCTION
26 #define BREAKPOINT_INSTRUCTION 0x7fe00008 /* trap */ macro
30 #define BREAKPOINT_INSTRUCTION 0xff macro
17 #define BREAKPOINT_INSTRUCTION 0xd673 /* breakpoint */ macro
9 #define BREAKPOINT_INSTRUCTION 0x91d02070 /* ta 0x70 */ macro
10 #define BREAKPOINT_INSTRUCTION 0xc33a macro
40 #define BREAKPOINT_INSTRUCTION 0x0002 macro
66 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()106 if (p->opcode == BREAKPOINT_INSTRUCTION) { in prepare_singlestep()150 if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()167 if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
52 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()100 *p->addr = BREAKPOINT_INSTRUCTION; in resume_execution()
35 #define BREAKPOINT_INSTRUCTION 0xcc macro
63 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()77 if (*p->addr == BREAKPOINT_INSTRUCTION) in arch_trampoline_kprobe()236 *p->ainsn.insn == BREAKPOINT_INSTRUCTION) { in kprobe_handler()263 if (*(kprobe_opcode_t *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
80 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()183 if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()205 if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
323 if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in can_probe()372 if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in __copy_instruction()479 text_poke(p->addr, ((unsigned char []){BREAKPOINT_INSTRUCTION}), 1); in arch_arm_kprobe()588 if (p->opcode == BREAKPOINT_INSTRUCTION) in setup_singlestep()675 } else if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_int3_handler()
288 if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in can_optimize()439 insn_buf[0] = BREAKPOINT_INSTRUCTION; in arch_unoptimize_kprobe()
373 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()422 *(u8 *) nextpc = BREAKPOINT_INSTRUCTION; in prepare_singlestep()456 if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
312 unsigned char brk = BREAKPOINT_INSTRUCTION; in add_break()380 unsigned char brk = BREAKPOINT_INSTRUCTION; in remove_breakpoint()