text_poke          51 arch/x86/include/asm/text-patching.h extern void *text_poke(void *addr, const void *opcode, size_t len);
text_poke         452 arch/x86/kernel/alternative.c 			text_poke(ptr, ((unsigned char []){0xf0}), 1);
text_poke         468 arch/x86/kernel/alternative.c 			text_poke(ptr, ((unsigned char []){0x3E}), 1);
text_poke        1049 arch/x86/kernel/alternative.c 		text_poke(tp[i].addr, &int3, sizeof(int3));
text_poke        1058 arch/x86/kernel/alternative.c 			text_poke((char *)tp[i].addr + sizeof(int3),
text_poke        1079 arch/x86/kernel/alternative.c 		text_poke(tp[i].addr, tp[i].opcode, sizeof(int3));
text_poke         470 arch/x86/kernel/kprobes/core.c 	text_poke(p->ainsn.insn, buf, len);
text_poke         500 arch/x86/kernel/kprobes/core.c 	text_poke(p->addr, ((unsigned char []){BREAKPOINT_INSTRUCTION}), 1);
text_poke         505 arch/x86/kernel/kprobes/core.c 	text_poke(p->addr, &p->opcode, 1);
text_poke         407 arch/x86/kernel/kprobes/opt.c 	text_poke(slot, buf, len);