Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Djump_label.c50 poker = text_poke_early; in __jump_label_transform()
143 __jump_label_transform(entry, type, text_poke_early, 1); in arch_jump_label_transform_static()
Dalternative.c262 void *text_poke_early(void *addr, const void *opcode, size_t len);
427 text_poke_early(instr, insnbuf, insnbuf_sz); in apply_alternatives()
604 text_poke_early(p->instr, insnbuf, p->len); in apply_paravirt()
664 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
/Linux-v4.19/arch/x86/include/asm/
Dtext-patching.h21 extern void *text_poke_early(void *addr, const void *opcode, size_t len);