Searched defs:repeat_instr (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/lib/ |
D | code-patching.c | 437 static int __patch_instructions(u32 *patch_addr, u32 *code, size_t len, bool repeat_instr) in __patch_instructions() 468 static int __do_patch_instructions_mm(u32 *addr, u32 *code, size_t len, bool repeat_instr) in __do_patch_instructions_mm() 517 static int __do_patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr) in __do_patch_instructions() 548 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr) in patch_instructions()
|