Searched refs:std (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/linux-master/tools/perf/arch/powerpc/tests/
H A Dregs_load.S44 std 0, R0(3)
45 std 1, R1(3)
46 std 2, R2(3)
47 std 3, R3(3)
48 std 4, R4(3)
49 std 5, R5(3)
50 std 6, R6(3)
51 std 7, R7(3)
52 std 8, R8(3)
53 std
[all...]
/linux-master/arch/powerpc/kernel/
H A Didle_book3s.S52 std r1,PACAR1(r13)
60 std r2,-8*1(r1)
61 std r14,-8*2(r1)
62 std r15,-8*3(r1)
63 std r16,-8*4(r1)
64 std r17,-8*5(r1)
65 std r18,-8*6(r1)
66 std r19,-8*7(r1)
67 std r20,-8*8(r1)
68 std r2
[all...]
H A Dtm.S73 std r0, THREAD_TM_TFHAR(r3)
75 std r0, THREAD_TM_TEXASR(r3)
77 std r0, THREAD_TM_TFIAR(r3)
116 std r0, 16(r1)
117 std r2, STK_GOT(r1)
122 std r3, STK_PARAM(R3)(r1)
130 std r3, TM_FRAME_L1(r1)
146 std r14, TM_FRAME_L0(r1)
156 std r1, PACAR1(r13)
185 std r
[all...]
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c377 BCM281XX_PIN_DESC(BCM281XX_PIN_ADCSYNC, "adcsync", std),
378 BCM281XX_PIN_DESC(BCM281XX_PIN_BAT_RM, "bat_rm", std),
383 BCM281XX_PIN_DESC(BCM281XX_PIN_CLASSGPWR, "classgpwr", std),
384 BCM281XX_PIN_DESC(BCM281XX_PIN_CLK_CX8, "clk_cx8", std),
385 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_0, "clkout_0", std),
386 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_1, "clkout_1", std),
387 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_2, "clkout_2", std),
388 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_3, "clkout_3", std),
389 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKREQ_IN_0, "clkreq_in_0", std),
390 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKREQ_IN_1, "clkreq_in_1", std),
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dhvcall.S20 std r0, LRSAVE(r1); \
44 std r0, LRSAVE(r1); \
46 std r3, -8(r1); \
54 std r4, 0(r11); \
64 std r0, LRSAVE(r1); \
66 std r3, -8(r1); \
67 std r4, -16(r1); \
75 std r4, 0(r11); \
77 std r5, 0(r11); \
87 std r
[all...]
/linux-master/arch/powerpc/lib/
H A Dcopypage_64.S55 1: std r5,8(r3)
56 std r6,16(r3)
59 std r7,24(r3)
60 std r8,32(r3)
63 std r9,40(r3)
64 std r10,48(r3)
67 std r11,56(r3)
68 std r12,64(r3)
71 std r5,72(r3)
72 std r
[all...]
H A Dcopypage_power7.S34 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
35 std r4,-STACKFRAMESIZE+STK_REG(R30)(r1)
36 std r0,16(r1)
91 std r14,STK_REG(R14)(r1)
92 std r15,STK_REG(R15)(r1)
93 std r16,STK_REG(R16)(r1)
94 std r17,STK_REG(R17)(r1)
95 std r18,STK_REG(R18)(r1)
96 std r19,STK_REG(R19)(r1)
97 std r2
[all...]
H A Dmem_64.S58 4: std r4,0(r6)
59 std r4,8(r6)
60 std r4,16(r6)
61 std r4,24(r6)
62 std r4,32(r6)
63 std r4,40(r6)
64 std r4,48(r6)
65 std r4,56(r6)
73 std r4,0(r6)
74 std r
[all...]
H A Dtest_emulate_step_exec_instr.S48 std r0, _LINK(r1)
55 std r0, _CCR(r1)
94 std r3, 8(r1)
106 std r0, _LINK(r3)
110 std r0, _CCR(r3)
114 std r0, _XER(r3)
118 std r0, GPR3(r3)
H A Dcopyuser_64.S62 std r3,-24(r1)
64 std r4,-16(r1)
65 std r5,-8(r1)
111 stex; std r9,0(r3)
113 stex; std r8,8(r3)
118 stex; std r7,16(r3)
120 stex; std r6,24(r3)
125 stex; std r9,0(r3)
127 stex; std r8,8(r3)
138 stex; std r
[all...]
H A Dcopy_mc_64.S90 std r14,STK_REG(R14)(r1)
91 std r15,STK_REG(R15)(r1)
92 std r16,STK_REG(R16)(r1)
93 std r17,STK_REG(R17)(r1)
94 std r18,STK_REG(R18)(r1)
95 std r19,STK_REG(R19)(r1)
96 std r20,STK_REG(R20)(r1)
97 std r21,STK_REG(R21)(r1)
98 std r22,STK_REG(R22)(r1)
99 std r
[all...]
/linux-master/tools/testing/selftests/ptrace/
H A DMakefile2 CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
/linux-master/tools/wmi/
H A Ddell-smbios-example.c35 buffer->std.cmd_class, buffer->std.cmd_select,
36 buffer->std.input[0], buffer->std.input[1],
37 buffer->std.input[2], buffer->std.input[3],
38 buffer->std.output[0], buffer->std.output[1],
39 buffer->std.output[2], buffer->std
[all...]
/linux-master/arch/s390/kernel/
H A Dreipl.S37 std %f0, 0x00(%r1)
38 std %f1, 0x08(%r1)
39 std %f2, 0x10(%r1)
40 std %f3, 0x18(%r1)
41 std %f4, 0x20(%r1)
42 std %f5, 0x28(%r1)
43 std %f6, 0x30(%r1)
44 std %f7, 0x38(%r1)
45 std %f8, 0x40(%r1)
46 std
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A DhvCall.S36 std r3,STK_PARAM(R3)(r1); \
37 std r4,STK_PARAM(R4)(r1); \
38 std r5,STK_PARAM(R5)(r1); \
39 std r6,STK_PARAM(R6)(r1); \
40 std r7,STK_PARAM(R7)(r1); \
41 std r8,STK_PARAM(R8)(r1); \
42 std r9,STK_PARAM(R9)(r1); \
43 std r10,STK_PARAM(R10)(r1); \
44 std r0,16(r1); \
63 std r
[all...]
/linux-master/tools/testing/selftests/powerpc/include/
H A Dgpr_asm.h12 std r31,(top_pos)(%r1); \
13 std r30,(top_pos - 8)(%r1); \
14 std r29,(top_pos - 16)(%r1); \
15 std r28,(top_pos - 24)(%r1); \
16 std r27,(top_pos - 32)(%r1); \
17 std r26,(top_pos - 40)(%r1); \
18 std r25,(top_pos - 48)(%r1); \
19 std r24,(top_pos - 56)(%r1); \
20 std r23,(top_pos - 64)(%r1); \
21 std r2
[all...]
/linux-master/tools/testing/selftests/clone3/
H A DMakefile2 CFLAGS += -g -std=gnu99 $(KHDR_INCLUDES)
/linux-master/tools/testing/selftests/capabilities/
H A DMakefile5 CFLAGS += -O2 -g -std=gnu99 -Wall $(KHDR_INCLUDES)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmem_64.S58 4: std r4,0(r6)
59 std r4,8(r6)
60 std r4,16(r6)
61 std r4,24(r6)
62 std r4,32(r6)
63 std r4,40(r6)
64 std r4,48(r6)
65 std r4,56(r6)
73 std r4,0(r6)
74 std r
[all...]
H A Dcopyuser_64.S62 std r3,-24(r1)
64 std r4,-16(r1)
65 std r5,-8(r1)
111 stex; std r9,0(r3)
113 stex; std r8,8(r3)
118 stex; std r7,16(r3)
120 stex; std r6,24(r3)
125 stex; std r9,0(r3)
127 stex; std r8,8(r3)
138 stex; std r
[all...]
H A Dcopy_mc_64.S90 std r14,STK_REG(R14)(r1)
91 std r15,STK_REG(R15)(r1)
92 std r16,STK_REG(R16)(r1)
93 std r17,STK_REG(R17)(r1)
94 std r18,STK_REG(R18)(r1)
95 std r19,STK_REG(R19)(r1)
96 std r20,STK_REG(R20)(r1)
97 std r21,STK_REG(R21)(r1)
98 std r22,STK_REG(R22)(r1)
99 std r
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dexception-64e.h90 std r10,EX_TLB_R10(r12); \
92 std r11,EX_TLB_R11(r12); \
94 std r13,EX_TLB_R13(r12); \
96 std r14,EX_TLB_R14(r12); \
98 std r15,EX_TLB_R15(r12); \
100 std r16,EX_TLB_R16(r12); \
102 std r10,EX_TLB_CR(r12); \
103 std r11,EX_TLB_R12(r12); \
105 std r15,EX_TLB_SRR1(r12); \
106 std r1
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dbusy_loop.S12 std r14, 160(%r1)
13 std r15, 152(%r1)
14 std r16, 144(%r1)
15 std r17, 136(%r1)
16 std r18, 128(%r1)
17 std r19, 120(%r1)
18 std r20, 112(%r1)
19 std r21, 104(%r1)
20 std r22, 96(%r1)
21 std r2
[all...]
/linux-master/arch/powerpc/kvm/
H A Dtm.S33 std r0, PPC_LR_STKOFF(r1)
51 std r1, HSTATE_SCRATCH2(r13)
52 std r3, HSTATE_SCRATCH1(r13)
79 std r6, VCPU_ORIG_TEXASR(r3)
95 std r9, PACATMSCRATCH(r13)
99 std r0, VCPU_GPRS_TM(0)(r9)
104 std r1, VCPU_GPRS_TM(1)(r9)
108 std r2, VCPU_GPRS_TM(2)(r9)
119 std reg, VCPU_GPRS_TM(reg)(r9)
125 std r
[all...]
/linux-master/tools/testing/selftests/powerpc/lib/
H A Dreg.S35 std 14, 0*8(3)
36 std 15, 1*8(3)
37 std 16, 2*8(3)
38 std 17, 3*8(3)
39 std 18, 4*8(3)
40 std 19, 5*8(3)
41 std 20, 6*8(3)
42 std 21, 7*8(3)
43 std 22, 8*8(3)
44 std 2
[all...]

Completed in 234 milliseconds

1234567891011>>