Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dtext-patching.h39 extern void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler);
/Linux-v4.19/arch/x86/kernel/
Djump_label.c105 text_poke_bp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform()
Dalternative.c786 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp() function
/Linux-v4.19/arch/x86/kernel/kprobes/
Dopt.c449 text_poke_bp(op->kp.addr, insn_buf, RELATIVEJUMP_SIZE, in arch_optimize_kprobes()
464 text_poke_bp(op->kp.addr, insn_buf, RELATIVEJUMP_SIZE, in arch_unoptimize_kprobe()