Searched refs:smp_text_poke_batch_add (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | jump_label.c | 138 smp_text_poke_batch_add((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in arch_jump_label_transform_queue()
|
| H A D | ftrace.c | 127 smp_text_poke_batch_add((void *)ip, new_code, MCOUNT_INSN_SIZE, NULL); in ftrace_modify_code_direct() 255 smp_text_poke_batch_add((void *)rec->ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_replace_code()
|
| H A D | alternative.c | 3190 void __ref smp_text_poke_batch_add(void *addr, const void *opcode, size_t len, const void *emulate) in smp_text_poke_batch_add() function 3211 smp_text_poke_batch_add(addr, opcode, len, emulate); in smp_text_poke_single()
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 44 extern void smp_text_poke_batch_add(void *addr, const void *opcode, size_t len, const void *emulate…
|