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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dalternative.c198 static void *text_poke_early(void *addr, const void *opcode, size_t len);
233 text_poke_early(instr, insnbuf, a->instrlen);
448 text_poke_early(p->instr, insnbuf, p->len);
514 * text_poke_early - Update instructions on a live kernel at boot time
525 static void *__init_or_module text_poke_early(void *addr, const void *opcode, function

Completed in 44 milliseconds