Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dalternative.c314 text_poke(ptr, ((unsigned char []){0xf0}), 1); in alternatives_smp_lock()
335 text_poke(ptr, ((unsigned char []){0x3E}), 1); in alternatives_smp_unlock()
614 void *__kprobes text_poke(void *addr, const void *opcode, size_t len) in text_poke() function
670 text_poke(p->addr, p->opcode, p->len); in stop_machine_text_poke()
Dkgdb.c767 text_poke((void *)bpt->bpt_addr, arch_kgdb_ops.gdb_bpt_instr, in kgdb_arch_set_breakpoint()
793 text_poke((void *)bpt->bpt_addr, bpt->saved_instr, BREAK_INSTR_SIZE); in kgdb_arch_remove_breakpoint()
Dkprobes.c399 text_poke(p->addr, ((unsigned char []){BREAKPOINT_INSTRUCTION}), 1); in arch_arm_kprobe()
404 text_poke(p->addr, &p->opcode, 1); in arch_disarm_kprobe()
/linux-3.4.99/arch/x86/include/asm/
Dalternative.h191 extern void *text_poke(void *addr, const void *opcode, size_t len);