Home
last modified time | relevance | path

Searched refs:PPC_INST_ADDI (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kernel/
Dmodule_32.c165 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()
Dmodule_64.c135 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()
Dsignal_64.c612 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()
Dsignal_32.c470 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()
/arch/powerpc/net/
Dbpf_jit.h41 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | ___PPC_RT(d) | \
/arch/powerpc/include/asm/
Dppc-opcode.h324 #define PPC_INST_ADDI 0x38000000 macro