Searched refs:patch_instructions (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/lib/ |
| H A D | code-patching.c | 550 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr) in patch_instructions() function 576 NOKPROBE_SYMBOL(patch_instructions);
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 396 err = patch_instructions(dst, src, len, false); in bpf_arch_text_copy() 411 ret = patch_instructions(dst, &insn, len, true); in bpf_arch_text_invalidate()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 270 ret = patch_instructions((u32 *)ool_stub, (u32 *)&ool_stub_template, in ftrace_init_ool_stub()
|