Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Djump_label.c101 text_poke_bp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform()
Dalternative.c772 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp() function
/linux-4.4.14/arch/x86/kernel/kprobes/
Dopt.c402 text_poke_bp(op->kp.addr, insn_buf, RELATIVEJUMP_SIZE, in arch_optimize_kprobes()
417 text_poke_bp(op->kp.addr, insn_buf, RELATIVEJUMP_SIZE, in arch_unoptimize_kprobe()
/linux-4.4.14/arch/x86/include/asm/
Dalternative.h272 extern void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler);