Home
last modified time | relevance | path

Searched refs:text_poke_bp (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dftrace.c184 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func()
188 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func()
499 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in arch_ftrace_update_trampoline()
596 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_mod_jmp()
Dstatic_call.c67 text_poke_bp(insn, code, size, emulate); in __static_call_transform()
Djump_label.c105 text_poke_bp((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in __jump_label_transform()
Dalternative.c1696 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() function
/linux-5.19.10/arch/x86/include/asm/
Dtext-patching.h50 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate);
/linux-5.19.10/arch/x86/kernel/kprobes/
Dopt.c511 text_poke_bp(op->kp.addr, insn_buff, JMP32_INSN_SIZE, NULL); in arch_optimize_kprobes()
/linux-5.19.10/arch/x86/net/
Dbpf_jit_comp.c383 text_poke_bp(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()