Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dcode-patching.c44 int raw_patch_instruction(u32 *addr, ppc_inst_t instr) in raw_patch_instruction() function
368 return raw_patch_instruction(addr, instr); in patch_instruction()
H A Dfeature-fixups.c65 raw_patch_instruction(dest, instr); in patch_alt_instruction()
96 raw_patch_instruction(dest, ppc_inst(PPC_RAW_NOP())); in patch_feature_section_mask()
598 raw_patch_instruction(dest, ppc_inst(PPC_INST_LWSYNC)); in do_lwsync_fixups()
617 raw_patch_instruction(dest, inst); in do_final_fixups()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcode-patching.h76 int raw_patch_instruction(u32 *addr, ppc_inst_t instr);