Searched refs:text_poke_queue (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | jump_label.c | 138 text_poke_queue((void *)jump_entry_code(entry), jlp.code, jlp.size, NULL); in arch_jump_label_transform_queue()
|
A D | ftrace.c | 121 text_poke_queue((void *)ip, new_code, MCOUNT_INSN_SIZE, NULL); in ftrace_modify_code_direct() 249 text_poke_queue((void *)rec->ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_replace_code()
|
A D | alternative.c | 2171 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_queue() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | text-patching.h | 53 extern void text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate);
|
Completed in 21 milliseconds