Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
A 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()
A Dcode-patching.c548 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 Dbpf_jit_comp.c318 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 Dcode-patching.h77 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr);

Completed in 13 milliseconds