Searched refs:text_poke_bp (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/arch/x86/kernel/ |
| D | ftrace.c | 185 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func() 189 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func() 507 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in arch_ftrace_update_trampoline() 604 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_mod_jmp()
|
| D | static_call.c | 44 text_poke_bp(insn, code, size, NULL); in __static_call_transform()
|
| D | jump_label.c | 84 text_poke_bp((void *)jump_entry_code(entry), opcode, JUMP_LABEL_NOP_SIZE, NULL); in __jump_label_transform()
|
| D | alternative.c | 1383 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() function
|
| /Linux-v5.10/arch/x86/include/asm/ |
| D | text-patching.h | 48 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate);
|
| /Linux-v5.10/arch/x86/kernel/kprobes/ |
| D | opt.c | 499 text_poke_bp(op->kp.addr, insn_buff, JMP32_INSN_SIZE, NULL); in arch_optimize_kprobes()
|
| /Linux-v5.10/arch/x86/net/ |
| D | bpf_jit_comp.c | 354 text_poke_bp(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()
|