Home
last modified time | relevance | path

Searched refs:patch_instructions (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/lib/
H A Dcode-patching.c550 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 Dbpf_jit_comp.c396 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 Dftrace.c270 ret = patch_instructions((u32 *)ool_stub, (u32 *)&ool_stub_template, in ftrace_init_ool_stub()