Searched refs:__patch_instruction (Results 1 - 2 of 2) sorted by relevance
/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() function 46 return __patch_instruction(addr, instr, addr); in raw_patch_instruction() 310 err = __patch_instruction(addr, instr, patch_addr); in __do_patch_instruction_mm() 312 /* hwsync performed by __patch_instruction (sync) if successful */ in __do_patch_instruction_mm() 316 /* context synchronisation performed by __patch_instruction (isync or exception) */ in __do_patch_instruction_mm() 348 err = __patch_instruction(addr, instr, patch_addr); in __do_patch_instruction()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | code-patching.c | 21 static int __patch_instruction(struct ppc_inst *exec_addr, struct ppc_inst instr, in __patch_instruction() function 40 return __patch_instruction(addr, instr, addr); in raw_patch_instruction() 172 __patch_instruction(addr, instr, patch_addr); in do_patch_instruction() 718 __patch_instruction((struct ppc_inst *)code_patching_test1, in test_prefixed_patching()
|
Completed in 3 milliseconds