Home
last modified time | relevance | path

Searched refs:___PPC_RS (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dppc-opcode.h284 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro
285 #define ___PPC_RT(t) ___PPC_RS(t)
292 #define __PPC_RS(s) ___PPC_RS(__REG_##s)
361 #define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp))
363 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
365 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
408 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r))
410 #define PPC_RAW_ICSWX(s, a, b) (0x7c00032d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
411 #define PPC_RAW_ICSWEPX(s, a, b) (0x7c00076d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b))
420 #define PPC_RAW_STD(r, base, i) (PPC_INST_STD | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i))
[all …]
Dcode-patching.h187 #define PPC_INST_STD_LR (PPC_INST_STD | ___PPC_RS(__REG_R0) | \
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/asm/
Dppc-opcode.h24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro
25 #define ___PPC_RT(t) ___PPC_RS(t)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Doptprobes.c160 ___PPC_RS(4) | (val & 0xffff))); in patch_imm32_load_insns()
178 ___PPC_RS(reg) | ((val >> 32) & 0xffff))); in patch_imm64_load_insns()
184 ___PPC_RS(reg) | __PPC_SH64(32) | __PPC_ME64(31))); in patch_imm64_load_insns()
190 ___PPC_RS(reg) | ((val >> 16) & 0xffff))); in patch_imm64_load_insns()
196 ___PPC_RS(reg) | (val & 0xffff))); in patch_imm64_load_insns()