Searched refs:BREAKPOINT_INSTRUCTION (Results 1 – 17 of 17) 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()
171 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
26 #define BREAKPOINT_INSTRUCTION 0xff macro
7 #define BREAKPOINT_INSTRUCTION 0x91d02070 /* ta 0x70 */ macro
7 #define BREAKPOINT_INSTRUCTION 0xc33a macro
33 #define BREAKPOINT_INSTRUCTION 0x0002 macro
67 *p->addr = BREAKPOINT_INSTRUCTION; in arch_arm_kprobe()107 if (p->opcode == BREAKPOINT_INSTRUCTION) { in prepare_singlestep()151 if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()168 if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
27 #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()
320 if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in can_probe()370 if (insn->opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in __copy_instruction()486 text_poke(p->addr, ((unsigned char []){BREAKPOINT_INSTRUCTION}), 1); in arch_arm_kprobe()595 if (p->opcode == BREAKPOINT_INSTRUCTION) in setup_singlestep()682 } else if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_int3_handler()
309 if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) in can_optimize()460 insn_buf[0] = BREAKPOINT_INSTRUCTION; in arch_unoptimize_kprobe()
167 patch_instruction(p->addr, BREAKPOINT_INSTRUCTION); in arch_arm_kprobe()323 if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()347 if (*addr != BREAKPOINT_INSTRUCTION) { in kprobe_handler()
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()
341 unsigned char brk = BREAKPOINT_INSTRUCTION; in add_break()411 unsigned char brk = BREAKPOINT_INSTRUCTION; in remove_breakpoint()
26 memset32(area, BREAKPOINT_INSTRUCTION, size/4); in bpf_jit_fill_ill_insns()