Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dftrace.c188 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func()
192 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func()
504 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in arch_ftrace_update_trampoline()
598 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_mod_jmp()
H A Djump_label.c105 text_poke_bp((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in __jump_label_transform()
H A Dstatic_call.c111 text_poke_bp(insn, code, size, emulate); in __static_call_transform()
H A Dalternative.c2448 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() function
/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h51 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate);
/openbmc/linux/arch/x86/kernel/kprobes/
H A Dopt.c491 text_poke_bp(op->kp.addr, insn_buff, JMP32_INSN_SIZE, NULL); in arch_optimize_kprobes()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c441 text_poke_bp(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()