Home
last modified time | relevance | path

Searched refs:text_poke (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dalternative.c441 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()
Dkgdb.c773 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/
Dalternative.h270 extern void *text_poke(void *addr, const void *opcode, size_t len);
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c447 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()