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 Dstatic_call.c119 smp_text_poke_single(insn, code, size, emulate); in __static_call_transform()
H A Dalternative.c3221 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.c627 smp_text_poke_single(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()