Searched refs:text_poke_bp (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | text-patching.h | 54 extern void text_poke_bp(void *addr, const void *opcode, size_t len, void *handler);
|
| /Linux-v5.4/arch/x86/kernel/kprobes/ |
| D | opt.c | 440 text_poke_bp(op->kp.addr, insn_buff, RELATIVEJUMP_SIZE, in arch_optimize_kprobes() 455 text_poke_bp(op->kp.addr, insn_buff, RELATIVEJUMP_SIZE, in arch_unoptimize_kprobe()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | jump_label.c | 92 text_poke_bp((void *)jump_entry_code(entry), &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform()
|
| D | alternative.c | 1101 void text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp() function
|