Searched refs:text_poke_early (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/ |
| A D | alternative.c | 120 void text_poke_early(void *addr, const void *opcode, size_t len); 333 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives() 504 text_poke_early(addr, bytes, len); in apply_retpolines() 687 text_poke_early(p->instr, insn_buff, p->len); in apply_paravirt() 866 void __init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function 1466 text_poke_early(addr, opcode, len); in text_poke_queue() 1492 text_poke_early(addr, opcode, len); in text_poke_bp()
|
| A D | static_call.c | 54 return text_poke_early(insn, code, size); in __static_call_transform()
|
| A D | jump_label.c | 101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size); in __jump_label_transform()
|
| A D | ftrace.c | 120 text_poke_early((void *)ip, new_code, MCOUNT_INSN_SIZE); in ftrace_modify_code_direct()
|
| /linux/arch/x86/include/asm/ |
| A D | text-patching.h | 28 extern void text_poke_early(void *addr, const void *opcode, size_t len);
|
Completed in 12 milliseconds