Home
last modified time | relevance | path

Searched refs:text_poke_early (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dtext-patching.h35 extern void text_poke_early(void *addr, const void *opcode, size_t len);
/Linux-v5.4/arch/x86/kernel/
Dalternative.c270 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
Djump_label.c87 text_poke_early((void *)jump_entry_code(entry), &code, in __jump_label_transform()