Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/lib/
Dfeature-fixups.c62 raw_patch_instruction(dest, instr); in patch_alt_instruction()
91 raw_patch_instruction(dest, PPC_INST_NOP); in patch_feature_section()
384 raw_patch_instruction(dest, PPC_INST_LWSYNC); in do_lwsync_fixups()
402 raw_patch_instruction(dest, *src); in do_final_fixups()
Dcode-patching.c36 int raw_patch_instruction(unsigned int *addr, unsigned int instr) in raw_patch_instruction() function
153 return raw_patch_instruction(addr, instr); in do_patch_instruction()
181 return raw_patch_instruction(addr, instr); in do_patch_instruction()
/Linux-v5.4/arch/powerpc/include/asm/
Dcode-patching.h31 int raw_patch_instruction(unsigned int *addr, unsigned int instr);