Home
last modified time | relevance | path

Searched refs:smp_text_poke_single (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/
H A Dftrace.c194 smp_text_poke_single((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func()
198 smp_text_poke_single((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func()
507 smp_text_poke_single((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in arch_ftrace_update_trampoline()
601 smp_text_poke_single((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_mod_jmp()
H A Dalternative.c3089 void __ref smp_text_poke_single(void *addr, const void *opcode, size_t len, const void *emulate) in smp_text_poke_single() function
/linux/arch/x86/include/asm/
H A Dtext-patching.h42 extern void smp_text_poke_single(void *addr, const void *opcode, size_t len, const void *emulate);
/linux/arch/x86/net/
H A Dbpf_jit_comp.c657 smp_text_poke_single(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()