Home
last modified time | relevance | path

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

/arch/x86/kernel/kprobes/
Dopt.c459 text_poke(slot, buf, len); in arch_prepare_optimized_kprobe()
521 text_poke(addr, new, INT3_INSN_SIZE); in arch_unoptimize_kprobe()
523 text_poke(addr + INT3_INSN_SIZE, in arch_unoptimize_kprobe()
Dcore.c728 text_poke(p->ainsn.insn, buf, len); in arch_copy_kprobe()
763 text_poke(p->addr, &int3, 1); in arch_arm_kprobe()
773 text_poke(p->addr, &p->opcode, 1); in arch_disarm_kprobe()
/arch/x86/kernel/
Dalternative.c771 text_poke(ptr, ((unsigned char []){0xf0}), 1); in alternatives_smp_lock()
787 text_poke(ptr, ((unsigned char []){0x3E}), 1); in alternatives_smp_unlock()
1285 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() function
1506 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
1522 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1573 text_poke(text_poke_addr(&tp[i]), tp[i].text, INT3_INSN_SIZE); in text_poke_bp_batch()
Dmodule.c236 write = text_poke; in apply_relocate_add()
/arch/x86/include/asm/
Dtext-patching.h44 extern void *text_poke(void *addr, const void *opcode, size_t len);
/arch/um/kernel/
Dum_arch.c375 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() function