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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dalternative.h175 * Intel's errata. text_poke_smp() takes care that errata, but still
181 extern void *text_poke_smp(void *addr, const void *opcode, size_t len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dalternative.c619 * text_poke_smp - Update instructions on a live kernel on SMP
631 void *__kprobes text_poke_smp(void *addr, const void *opcode, size_t len) function
H A Dkprobes.c1423 * text_poke_smp doesn't support NMI/MCE code modifying.
1427 text_poke_smp(op->kp.addr, jmp_code, RELATIVEJUMP_SIZE);
1439 text_poke_smp(op->kp.addr, buf, RELATIVEJUMP_SIZE);

Completed in 64 milliseconds