Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/lib/
Dfeature-fixups.c72 raw_patch_instruction(dest, instr); in patch_alt_instruction()
103 raw_patch_instruction(dest, ppc_inst(PPC_RAW_NOP())); in patch_feature_section_mask()
605 raw_patch_instruction(dest, ppc_inst(PPC_INST_LWSYNC)); in do_lwsync_fixups()
624 raw_patch_instruction(dest, inst); in do_final_fixups()
Dcode-patching.c44 int raw_patch_instruction(u32 *addr, ppc_inst_t instr) in raw_patch_instruction() function
/linux-6.12.1/arch/powerpc/include/asm/
Dcode-patching.h76 int raw_patch_instruction(u32 *addr, ppc_inst_t instr);