Searched refs:text_poke_bp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | text-patching.h | 39 extern void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler);
|
/Linux-v4.19/arch/x86/kernel/ |
D | jump_label.c | 105 text_poke_bp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform()
|
D | alternative.c | 786 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/ |
D | opt.c | 449 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()
|