Searched defs:patch_addr (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| H A D | code-patching.c | 25 __put_user_asm_goto(ppc_inst_val(instr), patch_addr, failed, "stw"); in __patch_instruction() local 27 __put_user_asm_goto(ppc_inst_as_u64(instr), patch_addr, failed, "std"); in __patch_instruction() local 149 struct ppc_inst *patch_addr = NULL; in do_patch_instruction() local 21 __patch_instruction(struct ppc_inst *exec_addr, struct ppc_inst instr, struct ppc_inst *patch_addr) __patch_instruction() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/lib/ |
| H A D | code-patching.c | 23 static int __patch_instruction(u32 *exec_addr, ppc_inst_t instr, u32 *patch_addr) in __patch_instruction() argument 284 u32 *patch_addr; in __do_patch_instruction_mm() local 334 u32 *patch_addr; in __do_patch_instruction() local [all...] |
Completed in 4 milliseconds