Searched refs:patch_instructions (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/arch/powerpc/lib/ |
D | test-code-patching.c | 366 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()
|
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-6.14.4/arch/powerpc/include/asm/ |
D | text-patching.h | 77 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr);
|
/linux-6.14.4/arch/powerpc/net/ |
D | bpf_jit_comp.c | 388 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/ |
D | ftrace.c | 272 ret = patch_instructions((u32 *)ool_stub, (u32 *)&ool_stub_template, in ftrace_init_ool_stub()
|