Searched refs:R29 (Results 1 - 39 of 39) sorted by relevance

/linux-4.4.14/arch/hexagon/kernel/
H A Dvm_switch.S61 memd(R29+#(_SWITCH_R2726))=R27:26;
62 memd(R29+#(_SWITCH_R2524))=R25:24;
63 memd(R29+#(_SWITCH_R2322))=R23:22;
64 memd(R29+#(_SWITCH_R2120))=R21:20;
65 memd(R29+#(_SWITCH_R1918))=R19:18;
66 memd(R29+#(_SWITCH_R1716))=R17:16;
69 memw(R0 +#(_TASK_STRUCT_THREAD + _THREAD_STRUCT_SWITCH_SP)) = R29;
71 R29 = memw(R1 + #(_TASK_STRUCT_THREAD + _THREAD_STRUCT_SWITCH_SP)); define
73 R27:26 = memd(R29+#(_SWITCH_R2726));
74 R25:24 = memd(R29+#(_SWITCH_R2524));
77 R23:22 = memd(R29+#(_SWITCH_R2322));
78 R21:20 = memd(R29+#(_SWITCH_R2120));
81 R19:18 = memd(R29+#(_SWITCH_R1918));
82 R17:16 = memd(R29+#(_SWITCH_R1716));
89 R31:30 = memd(R29+#_SWITCH_FP);
92 R29 = add(R29,#_SWITCH_STACK_SIZE); define
H A Dvm_entry.S134 * preserved. Don't restore R29 (SP) until later.
219 R29 = add(R29, #-(_PT_REGS_SIZE)); \ define
220 memd(R29 + #(_PT_R0100 + -_PT_REGS_SIZE)) = R1:0; \
223 memd(R29 +#_PT_R0302) = R3:2; \
227 memd(R29 + #_PT_ER_VMEL) = R1:0; \
228 R0 = R29; \
232 memd(R29 + #_PT_ER_VMPSP) = R3:2; \
242 R29 = add(R29, #-(_PT_REGS_SIZE)); \ define
243 memd(R29 + #(_PT_R0100 + -_PT_REGS_SIZE)) = R1:0; \
244 memd(R29 + #(_PT_R0302 + -_PT_REGS_SIZE)) = R3:2; \
248 memw(R29 + #_PT_PREDSUSR) = R0; \
254 memd(R29 + #_PT_ER_VMEL) = R1:0; \
259 R0 = R29; \
260 memd(R29 + #_PT_ER_VMPSP) = R3:2; \
293 R0 = memw(R29 + #_PT_ER_VMEST);
314 R0 = R29; /* regs should still be at top of stack */
332 /* R29 here should already be pointing at pt_regs */
334 R1:0 = memd(R29 + #_PT_ER_VMEL);
335 R3:2 = memd(R29 + #_PT_ER_VMPSP);
344 R0 = R29
347 R1:0 = memd(R29 + #_PT_R0100);
348 R29 = add(R29, #_PT_REGS_SIZE); define
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h16 #define R29 r29 macro
/linux-4.4.14/arch/powerpc/kvm/
H A Dbooke_interrupts.S198 stw r29, VCPU_GPR(R29)(r4)
278 lwz r29, VCPU_GPR(R29)(r4)
316 stw r29, VCPU_GPR(R29)(r4)
336 lwz r29, HOST_NV_GPR(R29)(r1)
381 stw r29, HOST_NV_GPR(R29)(r1)
401 lwz r29, VCPU_GPR(R29)(r4)
H A Dbookehv_interrupts.S137 PPC_STL r29, VCPU_GPR(R29)(r4)
469 PPC_LL r29, VCPU_GPR(R29)(r4)
503 PPC_STL r29, VCPU_GPR(R29)(r4)
523 PPC_LL r29, HOST_NV_GPR(R29)(r1)
566 PPC_STL r29, HOST_NV_GPR(R29)(r1)
586 PPC_LL r29, VCPU_GPR(R29)(r4)
H A Dbook3s_interrupts.S57 PPC_LL r29, VCPU_GPR(R29)(vcpu); \
201 PPC_STL r29, VCPU_GPR(R29)(r7)
H A Dbook3s_hv_rmhandlers.S832 ld r29, VCPU_GPR(R29)(r4)
1419 std r29, VCPU_GPR(R29)(r9)
2241 std r29, VCPU_GPR(R29)(r3)
2352 ld r29, VCPU_GPR(R29)(r4)
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-wrappers.S111 std r8,STK_REG(R29)(r1)
123 ld r8,STK_REG(R29)(r1)
/linux-4.4.14/arch/powerpc/lib/
H A Dcopyuser_power7.S90 ld r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
101 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
110 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
303 ld r5,STK_REG(R29)(r1)
H A Dmemcpy_power7.S230 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
238 ld r5,STK_REG(R29)(r1)
/linux-4.4.14/arch/hexagon/include/asm/
H A Dprocessor.h97 * R24-27 as callee saved GPRs needing explicit attention (R29-31 being
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S90 ld r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
101 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
110 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
303 ld r5,STK_REG(R29)(r1)
H A Dmemcpy_power7.S230 std r5,-STACKFRAMESIZE+STK_REG(R29)(r1)
238 ld r5,STK_REG(R29)(r1)
/linux-4.4.14/arch/powerpc/mm/
H A Dhash_low_64.S73 std r29,STK_REG(R29)(r1)
273 ld r29,STK_REG(R29)(r1)
371 std r29,STK_REG(R29)(r1)
639 ld r29,STK_REG(R29)(r1)
730 std r29,STK_REG(R29)(r1)
937 ld r29,STK_REG(R29)(r1)
/linux-4.4.14/drivers/mfd/
H A Dwm8350-regmap.c56 { 0x8000, 0x0000, 0xFFFF }, /* R29 - Over Current Interrupt status */
H A Dwm8994-regmap.c35 { 0x001D, 0x006D }, /* R29 - Right Output Volume */
267 { 0x001D, 0x006D }, /* R29 - Right Output Volume */
486 { 0x001D, 0x006D }, /* R29 - Right Output Volume */
/linux-4.4.14/include/linux/mfd/wm8350/
H A Dcore.h354 * R29 (0x1D) - Over Current Interrupt status
/linux-4.4.14/arch/sh/kernel/
H A Dprocess_64.c154 printk("R29 : %08Lx%08Lx R30 : %08Lx%08Lx R31 : %08Lx%08Lx\n", show_regs()
/linux-4.4.14/sound/soc/codecs/
H A Dwm8804.c58 { 29, 0x80 }, /* R29 - SPDRX1 */
H A Dwm9090.c49 { 29, 0x002D }, /* R29 - Right Output Volume */
H A Dwm8990.h476 * R29 (0x1D) - Right Output Volume
H A Dwm8991.h474 * R29 (0x1D) - Right Output Volume
H A Dwm9081.h478 * R29 (0x1D) - Interrupt Control
H A Dwm9090.h299 * R29 (0x1D) - Right Output Volume
H A Dwm8960.c47 /* R29 - Anti-pop 2 */
H A Dwm8983.c57 { 0x1D, 0x0000 }, /* R29 - Notch Filter 3 */
H A Dwm8983.h531 * R29 (0x1D) - Notch Filter 3
H A Dwm8985.c69 { 29, 0x0000 }, /* R29 - Notch Filter 3 */
H A Dwm8985.h534 * R29 (0x1D) - Notch Filter 3
H A Dwm8990.c78 { 29, 0x0000 }, /* R29 - Right Output Volume */
H A Dwm8991.c68 { 29, 0x0000 }, /* R29 - Right Output Volume */
H A Dwm8993.c72 { 29, 0x006D }, /* R29 - Right Output Volume */
H A Dwm9081.c57 { 29, 0x0000 }, /* R29 - Interrupt Control */
H A Dwm8993.h863 * R29 (0x1D) - Right Output Volume
H A Dwm8996.h1143 * R29 (0x1D) - Output1 Right Volume
/linux-4.4.14/drivers/usb/usbip/
H A Dvhci_hcd.c91 "R29", /*29*/
/linux-4.4.14/include/linux/mfd/
H A Dwm8400-audio.h564 * R29 (0x1D) - Right Output Volume
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbttv-cards.c1486 GPIO20,22,23: R30,R29,R28
/linux-4.4.14/include/linux/mfd/wm8994/
H A Dregisters.h1277 * R29 (0x1D) - Right Output Volume

Completed in 1185 milliseconds