Searched refs:text_poke (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | alternative.c | 428 text_poke(ptr, ((unsigned char []){0xf0}), 1); in alternatives_smp_lock() 446 text_poke(ptr, ((unsigned char []){0x3E}), 1); in alternatives_smp_unlock() 675 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() function 772 text_poke(addr, &int3, sizeof(int3)); in text_poke_bp() 778 text_poke((char *)addr + sizeof(int3), in text_poke_bp() 790 text_poke(addr, opcode, sizeof(int3)); in text_poke_bp()
|
D | kgdb.c | 768 text_poke((void *)bpt->bpt_addr, arch_kgdb_ops.gdb_bpt_instr, in kgdb_arch_set_breakpoint() 794 text_poke((void *)bpt->bpt_addr, bpt->saved_instr, BREAK_INSTR_SIZE); in kgdb_arch_remove_breakpoint()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | alternative.h | 264 extern void *text_poke(void *addr, const void *opcode, size_t len);
|
/linux-4.1.27/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()
|