Searched refs:text_poke_early (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | text-patching.h | 35 extern void text_poke_early(void *addr, const void *opcode, size_t len);
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | alternative.c | 270 void text_poke_early(void *addr, const void *opcode, size_t len); 435 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives() 611 text_poke_early(p->instr, insn_buff, p->len); in apply_paravirt() 759 void __init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
|
| D | jump_label.c | 87 text_poke_early((void *)jump_entry_code(entry), &code, in __jump_label_transform()
|