Home
last modified time | relevance | path

Searched refs:R30 (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/arch/hexagon/kernel/
Dvm_entry.S43 R30 = gp ; } \
77 R30 = #0; }
83 R30 = memw(R0 + #_PT_ER_VMPSP); }\
85 memw(R0 + #(_PT_R2928 + 4)) = R30; }\
115 R30 = #0; }
156 gp = R30; }
/linux-6.1.9/tools/perf/arch/powerpc/tests/
Dregs_load.S35 #define R30 30 * 8 macro
74 std 30, R30(3)
/linux-6.1.9/arch/powerpc/kvm/
Dbooke_interrupts.S188 stw r30, VCPU_GPR(R30)(r4)
268 lwz r30, VCPU_GPR(R30)(r4)
306 stw r30, VCPU_GPR(R30)(r4)
326 lwz r30, HOST_NV_GPR(R30)(r1)
370 stw r30, HOST_NV_GPR(R30)(r1)
390 lwz r30, VCPU_GPR(R30)(r4)
Dbook3s_interrupts.S48 PPC_LL r30, VCPU_GPR(R30)(vcpu); \
188 PPC_STL r30, VCPU_GPR(R30)(r7)
Dbookehv_interrupts.S131 PPC_STL r30, VCPU_GPR(R30)(r4)
464 PPC_LL r30, VCPU_GPR(R30)(r4)
498 PPC_STL r30, VCPU_GPR(R30)(r4)
518 PPC_LL r30, HOST_NV_GPR(R30)(r1)
560 PPC_STL r30, HOST_NV_GPR(R30)(r1)
580 PPC_LL r30, VCPU_GPR(R30)(r4)
Dbook3s_hv_rmhandlers.S712 ld r30, VCPU_GPR(R30)(r4)
1329 std r30, VCPU_GPR(R30)(r9)
2116 std r30, VCPU_GPR(R30)(r3)
2271 ld r30, VCPU_GPR(R30)(r4)
/linux-6.1.9/tools/testing/selftests/powerpc/stringloops/asm/
Dppc_asm.h25 #define R30 r30 macro
/linux-6.1.9/arch/powerpc/lib/
Dcopypage_power7.S45 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
52 ld r4,STK_REG(R30)(r1)
Dmemcmp_64.S43 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1); \
51 ld r4,STK_REG(R30)(r1); \
59 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1); \
66 ld r4,STK_REG(R30)(r1); \
Dcopyuser_power7.S70 ld r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
80 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
279 ld r4,STK_REG(R30)(r1)
Dmemcpy_power7.S217 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
225 ld r4,STK_REG(R30)(r1)
/linux-6.1.9/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h20 #define R30 r30 macro
/linux-6.1.9/tools/testing/selftests/powerpc/stringloops/
Dmemcmp_64.S43 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1); \
51 ld r4,STK_REG(R30)(r1); \
59 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1); \
66 ld r4,STK_REG(R30)(r1); \
/linux-6.1.9/tools/perf/arch/powerpc/util/
Dunwind-libdw.c58 dwarf_regs[30] = REG(R30); in libdw__arch_set_initial_registers()
/linux-6.1.9/tools/testing/selftests/powerpc/copyloops/
Dcopyuser_power7.S70 ld r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
80 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
279 ld r4,STK_REG(R30)(r1)
Dmemcpy_power7.S217 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
225 ld r4,STK_REG(R30)(r1)
/linux-6.1.9/arch/powerpc/kernel/
Dkvm.c297 KVM_INST_LI | __PPC_RT(R30) | MSR_EE; in kvm_patch_ins_wrtee()