Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
A Dfeature-fixups.c65 raw_patch_instruction(dest, instr); in patch_alt_instruction()
95 raw_patch_instruction(dest, ppc_inst(PPC_RAW_NOP())); in patch_feature_section()
620 raw_patch_instruction(dest, ppc_inst(PPC_INST_LWSYNC)); in do_lwsync_fixups()
639 raw_patch_instruction(dest, inst); in do_final_fixups()
A Dcode-patching.c42 int raw_patch_instruction(u32 *addr, struct ppc_inst instr) in raw_patch_instruction() function
158 return raw_patch_instruction(addr, instr); in do_patch_instruction()
185 return raw_patch_instruction(addr, instr); in do_patch_instruction()
/linux/arch/powerpc/include/asm/
A Dcode-patching.h33 int raw_patch_instruction(u32 *addr, struct ppc_inst instr);

Completed in 6 milliseconds