Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/lib/
Dfeature-fixups.c66 raw_patch_instruction(dest, instr); in patch_alt_instruction()
95 raw_patch_instruction(dest, PPC_INST_NOP); in patch_feature_section()
365 raw_patch_instruction(dest, PPC_INST_LWSYNC); in do_lwsync_fixups()
383 raw_patch_instruction(dest, *src); in do_final_fixups()
Dcode-patching.c41 int raw_patch_instruction(unsigned int *addr, unsigned int instr) in raw_patch_instruction() function
159 return raw_patch_instruction(addr, instr); in do_patch_instruction()
187 return raw_patch_instruction(addr, instr); in do_patch_instruction()
/Linux-v4.19/arch/powerpc/include/asm/
Dcode-patching.h35 int raw_patch_instruction(unsigned int *addr, unsigned int instr);