Searched refs:text_poke (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | alternative.c | 441 text_poke(ptr, ((unsigned char []){0xf0}), 1); in alternatives_smp_lock() 459 text_poke(ptr, ((unsigned char []){0x3E}), 1); in alternatives_smp_unlock() 689 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() function 786 text_poke(addr, &int3, sizeof(int3)); in text_poke_bp() 792 text_poke((char *)addr + sizeof(int3), in text_poke_bp() 804 text_poke(addr, opcode, sizeof(int3)); in text_poke_bp()
|
D | kgdb.c | 773 text_poke((void *)bpt->bpt_addr, arch_kgdb_ops.gdb_bpt_instr, in kgdb_arch_set_breakpoint() 799 text_poke((void *)bpt->bpt_addr, bpt->saved_instr, BREAK_INSTR_SIZE); in kgdb_arch_remove_breakpoint()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | alternative.h | 270 extern void *text_poke(void *addr, const void *opcode, size_t len);
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
D | core.c | 447 text_poke(p->addr, ((unsigned char []){BREAKPOINT_INSTRUCTION}), 1); in arch_arm_kprobe() 452 text_poke(p->addr, &p->opcode, 1); in arch_disarm_kprobe()
|