Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/lib/
Dcode-patching.c146 static int do_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in do_patch_instruction() function
185 static int do_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in do_patch_instruction() function
199 return do_patch_instruction(addr, instr); in patch_instruction()