Searched refs:smp_text_poke_single (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | static_call.c | 119 smp_text_poke_single(insn, code, size, emulate); in __static_call_transform()
|
| H A D | alternative.c | 3221 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 D | text-patching.h | 42 extern void smp_text_poke_single(void *addr, const void *opcode, size_t len, const void *emulate);
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 627 smp_text_poke_single(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()
|