Searched refs:___PPC_RS (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/net/ |
| D | bpf_jit.h | 48 #define PPC_STD(r, base, i) EMIT(PPC_INST_STD | ___PPC_RS(r) | \ 50 #define PPC_STDX(r, base, b) EMIT(PPC_INST_STDX | ___PPC_RS(r) | \ 52 #define PPC_STDU(r, base, i) EMIT(PPC_INST_STDU | ___PPC_RS(r) | \ 54 #define PPC_STW(r, base, i) EMIT(PPC_INST_STW | ___PPC_RS(r) | \ 56 #define PPC_STWU(r, base, i) EMIT(PPC_INST_STWU | ___PPC_RS(r) | \ 58 #define PPC_STH(r, base, i) EMIT(PPC_INST_STH | ___PPC_RS(r) | \ 60 #define PPC_STB(r, base, i) EMIT(PPC_INST_STB | ___PPC_RS(r) | \ 84 #define PPC_BPF_STWCX(s, a, b) EMIT(PPC_INST_STWCX | ___PPC_RS(s) | \ 86 #define PPC_BPF_STDCX(s, a, b) EMIT(PPC_INST_STDCX | ___PPC_RS(s) | \ 118 ___PPC_RS(a) | ___PPC_RB(b)) [all …]
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | optprobes.c | 156 ___PPC_RS(4) | (val & 0xffff)); in patch_imm32_load_insns() 172 ___PPC_RS(3) | ((val >> 32) & 0xffff)); in patch_imm64_load_insns() 177 ___PPC_RS(3) | __PPC_SH64(32) | __PPC_ME64(31)); in patch_imm64_load_insns() 182 ___PPC_RS(3) | ((val >> 16) & 0xffff)); in patch_imm64_load_insns() 187 ___PPC_RS(3) | (val & 0xffff)); in patch_imm64_load_insns()
|
| /Linux-v5.4/tools/testing/selftests/powerpc/stringloops/asm/ |
| D | ppc-opcode.h | 24 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 25 #define ___PPC_RT(t) ___PPC_RS(t)
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | ppc-opcode.h | 384 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 385 #define ___PPC_RT(t) ___PPC_RS(t) 392 #define __PPC_RS(s) ___PPC_RS(__REG_##s) 491 ___PPC_RB(a) | ___PPC_RS(lp)) 494 ___PPC_RB(rb) | ___PPC_RS(rs) | \ 499 ___PPC_RB(rb) | ___PPC_RS(rs) | \ 584 TMRN(tmr) | ___PPC_RS(r)) 590 ___PPC_RS(s) | \ 594 ___PPC_RS(s) | \
|
| D | code-patching.h | 185 #define PPC_INST_STD_LR (PPC_INST_STD | ___PPC_RS(__REG_R0) | \
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | test_emulate_step.c | 27 #define TEST_STD(r, base, i) (PPC_INST_STD | ___PPC_RS(r) | \ 32 #define TEST_STDCX(s, a, b) (PPC_INST_STDCX | ___PPC_RS(s) | \ 36 #define TEST_STFSX(s, a, b) (PPC_INST_STFSX | ___PPC_RS(s) | \ 40 #define TEST_STFDX(s, a, b) (PPC_INST_STFDX | ___PPC_RS(s) | \ 44 #define TEST_STVX(s, a, b) (PPC_INST_STVX | ___PPC_RS(s) | \
|