__PPC_RT          521 arch/powerpc/include/asm/ppc-opcode.h 					__PPC_RT(t) | __PPC_RB(b))
__PPC_RT          528 arch/powerpc/include/asm/ppc-opcode.h 				       __PPC_RT(t) | __PPC_RA(a) | __PPC_RB(b))
__PPC_RT          571 arch/powerpc/include/asm/ppc-opcode.h 						__PPC_RT(r) | \
__PPC_RT          297 arch/powerpc/kernel/kvm.c 			KVM_INST_LI | __PPC_RT(R30) | MSR_EE;
__PPC_RT          163 arch/powerpc/kernel/module_32.c 	if (entry->jump[0] != (PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val)))
__PPC_RT          165 arch/powerpc/kernel/module_32.c 	if (entry->jump[1] != (PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) |
__PPC_RT          199 arch/powerpc/kernel/module_32.c 	entry->jump[0] = PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val);
__PPC_RT          200 arch/powerpc/kernel/module_32.c 	entry->jump[1] = PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | PPC_LO(val);
__PPC_RT          134 arch/powerpc/kernel/module_64.c 	PPC_INST_ADDIS | __PPC_RT(R11) | __PPC_RA(R2),
__PPC_RT          135 arch/powerpc/kernel/module_64.c 	PPC_INST_ADDI | __PPC_RT(R11) | __PPC_RA(R11),
__PPC_RT          138 arch/powerpc/kernel/module_64.c 	PPC_INST_LD | __PPC_RT(R12) | __PPC_RA(R11) | 32,
__PPC_RT          141 arch/powerpc/kernel/module_64.c 	PPC_INST_LD | __PPC_RT(R2) | __PPC_RA(R11) | 40,
__PPC_RT          703 arch/powerpc/kernel/module_64.c 			    (PPC_INST_LD | __PPC_RT(R2) | __PPC_RA(R12)))
__PPC_RT          706 arch/powerpc/kernel/module_64.c 			    (PPC_INST_ADD | __PPC_RT(R2) | __PPC_RA(R2) | __PPC_RB(R12)))
__PPC_RT          713 arch/powerpc/kernel/module_64.c 			((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) |
__PPC_RT          715 arch/powerpc/kernel/module_64.c 			((uint32_t *)location)[1] = PPC_INST_ADDI | __PPC_RT(R2) |
__PPC_RT          778 arch/powerpc/kernel/module_64.c 		PPC_INST_LD | __PPC_RT(R12) | __PPC_RA(R13) | PACATOC,
__PPC_RT          779 arch/powerpc/kernel/module_64.c 		PPC_INST_ADDIS | __PPC_RT(R12) | __PPC_RA(R12),
__PPC_RT          780 arch/powerpc/kernel/module_64.c 		PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12),
__PPC_RT          607 arch/powerpc/kernel/signal_64.c 	err |= __put_user(PPC_INST_ADDI | __PPC_RT(R1) | __PPC_RA(R1) |
__PPC_RT           34 arch/powerpc/net/bpf_jit_comp.c 			EMIT(PPC_INST_MFLR | __PPC_RT(R0));
__PPC_RT          114 arch/powerpc/net/bpf_jit_comp64.c 			EMIT(PPC_INST_MFLR | __PPC_RT(R0));