Searched refs:___PPC_RS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 285 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 286 #define ___PPC_RT(t) ___PPC_RS(t) 293 #define __PPC_RS(s) ___PPC_RS(__REG_##s) 362 #define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp)) 364 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r)) 366 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r)) 409 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r)) 411 #define PPC_RAW_ICSWX(s, a, b) (0x7c00032d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b)) 412 #define PPC_RAW_ICSWEPX(s, a, b) (0x7c00076d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b)) 421 #define PPC_RAW_STD(r, base, i) (PPC_INST_STD | ___PPC_RS( [all...] |
H A D | code-patching.h | 187 #define PPC_INST_STD_LR (PPC_INST_STD | ___PPC_RS(__REG_R0) | \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 325 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 326 #define ___PPC_RT(t) ___PPC_RS(t) 333 #define __PPC_RS(s) ___PPC_RS(__REG_##s) 404 #define PPC_RAW_TLBIE(lp, a) (0x7c000264 | ___PPC_RB(a) | ___PPC_RS(lp)) 406 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r)) 408 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r)) 464 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r)) 466 #define PPC_RAW_ICSWX(s, a, b) (0x7c00032d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b)) 467 #define PPC_RAW_ICSWEPX(s, a, b) (0x7c00076d | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b)) 476 #define PPC_RAW_STD(r, base, i) (0xf8000000 | ___PPC_RS( [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/asm/ |
H A D | ppc-opcode.h | 24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 25 #define ___PPC_RT(t) ___PPC_RS(t)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/stringloops/asm/ |
H A D | ppc-opcode.h | 24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 25 #define ___PPC_RT(t) ___PPC_RS(t)
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | optprobes.c | 160 ___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()
|
Completed in 5 milliseconds