Lines Matching refs:_R12
141 PPC_INST_PLD | ___PPC_RT(_R12),
147 PPC_RAW_LD(_R12, _R11, 32),
153 PPC_RAW_MTCTR(_R12),
472 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)),
476 PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12),
477 PPC_RAW_MTCTR(_R12),
480 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
481 PPC_RAW_ADDIS(_R12, _R12, 0),
482 PPC_RAW_ADDI(_R12, _R12, 0),
483 PPC_RAW_MTCTR(_R12),
996 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add()
998 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
1005 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()