Home
last modified time | relevance | path

Searched refs:__PPC_RA (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/powerpc/kernel/
Dmodule_64.c135 PPC_INST_ADDIS | __PPC_RT(R11) | __PPC_RA(R2),
136 PPC_INST_ADDI | __PPC_RT(R11) | __PPC_RA(R11),
138 PPC_INST_STD | __PPC_RS(R2) | __PPC_RA(R1) | R2_STACK_OFFSET,
139 PPC_INST_LD | __PPC_RT(R12) | __PPC_RA(R11) | 32,
142 PPC_INST_LD | __PPC_RT(R2) | __PPC_RA(R11) | 40,
349 PPC_INST_LD | __PPC_RT(R12) | __PPC_RA(R13) | PACATOC,
350 PPC_INST_ADDIS | __PPC_RT(R12) | __PPC_RA(R12),
351 PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12),
700 (PPC_INST_LD | __PPC_RT(R2) | __PPC_RA(R12))) in apply_relocate_add()
703 (PPC_INST_ADD | __PPC_RT(R2) | __PPC_RA(R2) | __PPC_RB(R12))) in apply_relocate_add()
[all …]
Dmodule_32.c150 if (entry->jump[1] != (PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | in entry_matches()
185 entry->jump[1] = PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | PPC_LO(val); in do_plt_call()
Dsignal_64.c607 err |= __put_user(PPC_INST_ADDI | __PPC_RT(R1) | __PPC_RA(R1) | in setup_trampoline()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h289 #define __PPC_RA(a) ___PPC_RA(__REG_##a) macro
336 #define PPC_RAW_DCBAL(a, b) (0x7c2005ec | __PPC_RA(a) | __PPC_RB(b))
337 #define PPC_RAW_DCBZL(a, b) (0x7c2007ec | __PPC_RA(a) | __PPC_RB(b))
353 #define PPC_RAW_POPCNTB(a, s) (PPC_INST_POPCNTB | __PPC_RA(a) | __PPC_RS(s))
354 #define PPC_RAW_POPCNTD(a, s) (0x7c0003f4 | __PPC_RA(a) | __PPC_RS(s))
355 #define PPC_RAW_POPCNTW(a, s) (0x7c0002f4 | __PPC_RA(a) | __PPC_RS(s))
368 #define PPC_RAW_ERATWE(s, a, w) (0x7c0001a6 | __PPC_RS(s) | __PPC_RA(a) | __PPC_WS(w))
369 #define PPC_RAW_ERATRE(s, a, w) (0x7c000166 | __PPC_RS(s) | __PPC_RA(a) | __PPC_WS(w))
377 #define PPC_RAW_LBZCIX(t, a, b) (0x7c0006aa | __PPC_RT(t) | __PPC_RA(a) | __PPC_RB(b))
378 #define PPC_RAW_STBCIX(s, a, b) (0x7c0007aa | __PPC_RS(s) | __PPC_RA(a) | __PPC_RB(b))
[all …]
/Linux-v5.10/tools/testing/selftests/powerpc/include/
Dinstructions.h77 #define __PPC_RA(a) (((a) & 0x1f) << 16) macro
104 __PPC_RA(a) | \
113 __PPC_RA(a) | \