Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dalternative.c259 void *text_poke_early(void *addr, const void *opcode, size_t len);
410 text_poke_early(instr, insnbuf, insnbuf_sz); in apply_alternatives()
590 text_poke_early(p->instr, insnbuf, p->len); in apply_paravirt()
649 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
Djump_label.c141 __jump_label_transform(entry, type, text_poke_early, 1); in arch_jump_label_transform_static()
/linux-4.1.27/arch/x86/include/asm/
Dalternative.h248 extern void *text_poke_early(void *addr, const void *opcode, size_t len);