Searched refs:text_poke_bp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ftrace.c | 186 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func() 190 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_update_ftrace_func() 508 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in arch_ftrace_update_trampoline() 605 text_poke_bp((void *)ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_mod_jmp()
|
| H A D | static_call.c | 56 text_poke_bp(insn, code, size, NULL); in __static_call_transform()
|
| H A D | jump_label.c | 84 text_poke_bp((void *)jump_entry_code(entry), opcode, JUMP_LABEL_NOP_SIZE, NULL); in __jump_label_transform()
|
| H A D | alternative.c | 1695 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() function
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | text-patching.h | 48 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/ |
| H A D | opt.c | 504 text_poke_bp(op->kp.addr, insn_buff, JMP32_INSN_SIZE, NULL); in arch_optimize_kprobes()
|
| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 361 text_poke_bp(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()
|