Searched refs:patch_instructions (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/lib/ |
| A 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()
|
| A D | code-patching.c | 548 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr) in patch_instructions() function 574 NOKPROBE_SYMBOL(patch_instructions);
|
| /linux/arch/powerpc/net/ |
| A D | bpf_jit_comp.c | 318 err = patch_instructions(dst, src, len, false); in bpf_arch_text_copy() 333 ret = patch_instructions(dst, &insn, len, true); in bpf_arch_text_invalidate()
|
| /linux/arch/powerpc/include/asm/ |
| A D | code-patching.h | 77 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr);
|
Completed in 13 milliseconds