Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dtext-patching.h54 extern void text_poke_bp(void *addr, const void *opcode, size_t len, void *handler);
/Linux-v5.4/arch/x86/kernel/kprobes/
Dopt.c440 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/
Djump_label.c92 text_poke_bp((void *)jump_entry_code(entry), &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform()
Dalternative.c1101 void text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp() function