Searched refs:PPC_INST_ADDI (Results 1 – 6 of 6) sorted by relevance
165 if (entry->jump[1] != (PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | in entry_matches()200 entry->jump[1] = PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | PPC_LO(val); in do_plt_call()
135 PPC_INST_ADDI | __PPC_RT(R11) | __PPC_RA(R11),715 ((uint32_t *)location)[1] = PPC_INST_ADDI | __PPC_RT(R2) | in apply_relocate_add()780 PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12), in create_ftrace_stub()
612 err |= __put_user(PPC_INST_ADDI | __PPC_RT(R1) | __PPC_RA(R1) | in setup_trampoline()615 err |= __put_user(PPC_INST_ADDI | (syscall & 0xffff), &tramp[1]); in setup_trampoline()
470 if (__put_user(PPC_INST_ADDI + sigret, &frame->tramp[0]) in save_user_regs()619 if (__put_user(PPC_INST_ADDI + sigret, &frame->tramp[0]) in save_tm_user_regs()
41 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | ___PPC_RT(d) | \
324 #define PPC_INST_ADDI 0x38000000 macro