Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Djump_label.c56 __jump_label_transform(entry, type, text_poke_early); in arch_jump_label_transform_static()
Dalternative.c252 void *text_poke_early(void *addr, const void *opcode, size_t len);
295 text_poke_early(instr, insnbuf, a->instrlen); in apply_alternatives()
511 text_poke_early(p->instr, insnbuf, p->len); in apply_paravirt()
588 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
/linux-3.4.99/arch/x86/include/asm/
Dalternative.h166 extern void *text_poke_early(void *addr, const void *opcode, size_t len);