Searched refs:text_poke (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.h180 extern void *text_poke(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.c181 /* Use this to add nops to a buffer, then text_poke the whole buffer. */
252 text_poke(ptr, ((unsigned char []){0xf0}), 1);
273 text_poke(ptr, ((unsigned char []){0x3E}), 1);
539 * text_poke - Update instructions on a live kernel
551 void *__kprobes text_poke(void *addr, const void *opcode, size_t len) function
604 text_poke(tpp->addr, tpp->opcode, tpp->len);
H A Dkprobes.c383 text_poke(p->addr, ((unsigned char []){BREAKPOINT_INSTRUCTION}), 1);
388 text_poke(p->addr, &p->opcode, 1);

Completed in 123 milliseconds