Home
last modified time | relevance | path

Searched refs:patch_instructions (Results 1 – 2 of 2) 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/kernel/trace/
H A Dftrace.c270 ret = patch_instructions((u32 *)ool_stub, (u32 *)&ool_stub_template, in ftrace_init_ool_stub()