Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/lib/
Dfeature-fixups.c65 raw_patch_instruction(dest, instr); in patch_alt_instruction()
96 raw_patch_instruction(dest, nop); in patch_feature_section()
541 raw_patch_instruction(dest, ppc_inst(PPC_INST_LWSYNC)); in do_lwsync_fixups()
559 raw_patch_instruction(dest, inst); in do_final_fixups()
Dcode-patching.c38 int raw_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in raw_patch_instruction() function
160 return raw_patch_instruction(addr, instr); in do_patch_instruction()
187 return raw_patch_instruction(addr, instr); in do_patch_instruction()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcode-patching.h33 int raw_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr);