Home
last modified time | relevance | path

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

/linux-6.14.4/arch/powerpc/lib/
Dtest-code-patching.c366 check(!patch_instructions(addr32 + 1, &inst32, 12, true)); in test_multi_instruction_patching()
380 check(!patch_instructions((u32 *)(addr64 + 1), code, 24, true)); in test_multi_instruction_patching()
395 check(!patch_instructions(addr32 + 1, code, sizeof(code), false)); in test_multi_instruction_patching()
403 check(!patch_instructions(addr32 + 1, &inst32, 12, true)); in test_multi_instruction_patching()
417 check(!patch_instructions((u32 *)(addr64 + 1), code, 24, true)); in test_multi_instruction_patching()
432 check(!patch_instructions(addr32 + 1, code, sizeof(code), false)); in test_multi_instruction_patching()
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-6.14.4/arch/powerpc/include/asm/
Dtext-patching.h77 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr);
/linux-6.14.4/arch/powerpc/net/
Dbpf_jit_comp.c388 err = patch_instructions(dst, src, len, false); in bpf_arch_text_copy()
403 ret = patch_instructions(dst, &insn, len, true); in bpf_arch_text_invalidate()
/linux-6.14.4/arch/powerpc/kernel/trace/
Dftrace.c272 ret = patch_instructions((u32 *)ool_stub, (u32 *)&ool_stub_template, in ftrace_init_ool_stub()