raw_patch_instruction   31 arch/powerpc/include/asm/code-patching.h int raw_patch_instruction(unsigned int *addr, unsigned int instr);
raw_patch_instruction  153 arch/powerpc/lib/code-patching.c 		return raw_patch_instruction(addr, instr);
raw_patch_instruction  181 arch/powerpc/lib/code-patching.c 	return raw_patch_instruction(addr, instr);
raw_patch_instruction   62 arch/powerpc/lib/feature-fixups.c 	raw_patch_instruction(dest, instr);
raw_patch_instruction   91 arch/powerpc/lib/feature-fixups.c 		raw_patch_instruction(dest, PPC_INST_NOP);
raw_patch_instruction  384 arch/powerpc/lib/feature-fixups.c 		raw_patch_instruction(dest, PPC_INST_LWSYNC);
raw_patch_instruction  402 arch/powerpc/lib/feature-fixups.c 		raw_patch_instruction(dest, *src);