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

/linux-4.4.14/arch/x86/kernel/
H A Djump_label.c141 __jump_label_transform(entry, type, text_poke_early, 1); arch_jump_label_transform_static()
H A Dalternative.c272 void *text_poke_early(void *addr, const void *opcode, size_t len);
423 text_poke_early(instr, insnbuf, insnbuf_sz); apply_alternatives()
603 text_poke_early(p->instr, insnbuf, p->len); apply_paravirt()
652 * text_poke_early - Update instructions on a live kernel at boot time
663 void *__init_or_module text_poke_early(void *addr, const void *opcode, text_poke_early() function
/linux-4.4.14/arch/x86/include/asm/
H A Dalternative.h254 extern void *text_poke_early(void *addr, const void *opcode, size_t len);

Completed in 88 milliseconds