/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm281xx.c | 404 BCM281XX_PIN_DESC(BCM281XX_PIN_ADCSYNC, "adcsync", std), 405 BCM281XX_PIN_DESC(BCM281XX_PIN_BAT_RM, "bat_rm", std), 410 BCM281XX_PIN_DESC(BCM281XX_PIN_CLASSGPWR, "classgpwr", std), 411 BCM281XX_PIN_DESC(BCM281XX_PIN_CLK_CX8, "clk_cx8", std), 412 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_0, "clkout_0", std), 413 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_1, "clkout_1", std), 414 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_2, "clkout_2", std), 415 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKOUT_3, "clkout_3", std), 416 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKREQ_IN_0, "clkreq_in_0", std), 417 BCM281XX_PIN_DESC(BCM281XX_PIN_CLKREQ_IN_1, "clkreq_in_1", std), [all...] |
/linux/tools/perf/arch/powerpc/tests/ |
H A D | regs_load.S | 44 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/arch/powerpc/platforms/ps3/ |
H A D | hvcall.S | 20 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/arch/powerpc/kernel/ |
H A D | idle_book3s.S | 52 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...] |
/linux/arch/powerpc/lib/ |
H A D | copypage_64.S | 55 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 D | copypage_power7.S | 34 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 D | copy_mc_64.S | 90 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...] |
H A D | copyuser_64.S | 62 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 D | mem_64.S | 58 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 D | memcpy_power7.S | 26 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1) 66 std r14,STK_REG(R14)(r1) 67 std r15,STK_REG(R15)(r1) 68 std r16,STK_REG(R16)(r1) 69 std r17,STK_REG(R17)(r1) 70 std r18,STK_REG(R18)(r1) 71 std r19,STK_REG(R19)(r1) 72 std r20,STK_REG(R20)(r1) 73 std r21,STK_REG(R21)(r1) 74 std r2 [all...] |
/linux/arch/powerpc/crypto/ |
H A D | curve25519-ppc64le_asm.S | 74 std 21,56(1) 75 std 22,64(1) 76 std 23,72(1) 77 std 24,80(1) 78 std 25,88(1) 79 std 26,96(1) 80 std 27,104(1) 81 std 28,112(1) 82 std 29,120(1) 83 std 3 [all...] |
/linux/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 36 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/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | busy_loop.S | 12 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/tools/testing/selftests/powerpc/copyloops/ |
H A D | copy_mc_64.S | 90 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...] |
H A D | copyuser_64.S | 62 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 D | mem_64.S | 58 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 D | memcpy_power7.S | 26 std r3,-STACKFRAMESIZE+STK_REG(R31)(r1) 66 std r14,STK_REG(R14)(r1) 67 std r15,STK_REG(R15)(r1) 68 std r16,STK_REG(R16)(r1) 69 std r17,STK_REG(R17)(r1) 70 std r18,STK_REG(R18)(r1) 71 std r19,STK_REG(R19)(r1) 72 std r20,STK_REG(R20)(r1) 73 std r21,STK_REG(R21)(r1) 74 std r2 [all...] |
/linux/tools/wmi/ |
H A D | dell-smbios-example.c | 35 buffer->std.cmd_class, buffer->std.cmd_select, in show_buffer() 36 buffer->std.input[0], buffer->std.input[1], in show_buffer() 37 buffer->std.input[2], buffer->std.input[3], in show_buffer() 38 buffer->std.output[0], buffer->std.output[1], in show_buffer() 39 buffer->std.output[2], buffer->std in show_buffer() [all...] |
/linux/arch/s390/kernel/ |
H A D | reipl.S | 33 std %f0, 0x00(%r1) 34 std %f1, 0x08(%r1) 35 std %f2, 0x10(%r1) 36 std %f3, 0x18(%r1) 37 std %f4, 0x20(%r1) 38 std %f5, 0x28(%r1) 39 std %f6, 0x30(%r1) 40 std %f7, 0x38(%r1) 41 std %f8, 0x40(%r1) 42 std [all...] |
/linux/tools/testing/selftests/powerpc/include/ |
H A D | gpr_asm.h | 12 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/arch/sparc/crypto/ |
H A D | aes_asm.S | 219 std %f0, [%o1 + 0x00] 220 std %f2, [%o1 + 0x08] 236 std %f4, [%o1 + 0x00] 237 std %f6, [%o1 + 0x08] 267 std %f8, [%o1 + 0x00] 268 std %f10, [%o1 + 0x08] 269 std %f12, [%o1 + 0x10] 270 std %f14, [%o1 + 0x18] 271 std %f16, [%o1 + 0x20] 272 std [all...] |
/linux/arch/powerpc/kvm/ |
H A D | tm.S | 33 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...] |
H A D | book3s_hv_rmhandlers.S | 73 std r0, PPC_LR_STKOFF(r1) 76 std r10, HSTATE_HOST_MSR(r13) 270 std r5, 8(r1) // Save CR in caller's frame 271 std r0, 16(r1) // Save LR in caller's frame 277 std r3, 32(r1) // Save SRR1 wakeup value 331 std r0, 32(r1) 335 std r6, HSTATE_DSCR(r13) 363 std r0, HSTATE_KVM_VCPU(r13) 371 std r0, HSTATE_KVM_VCORE(r13) 518 std r [all...] |
/linux/net/netlabel/ |
H A D | netlabel_cipso_v4.c | 145 doi_def->map.std = kzalloc(sizeof(*doi_def->map.std), GFP_KERNEL); in netlbl_cipsov4_add_std() 146 if (doi_def->map.std == NULL) { in netlbl_cipsov4_add_std() 173 doi_def->map.std->lvl.local_size) in netlbl_cipsov4_add_std() 174 doi_def->map.std->lvl.local_size = in netlbl_cipsov4_add_std() 182 doi_def->map.std->lvl.cipso_size) in netlbl_cipsov4_add_std() 183 doi_def->map.std->lvl.cipso_size = in netlbl_cipsov4_add_std() 188 doi_def->map.std->lvl.local = kcalloc(doi_def->map.std->lvl.local_size, in netlbl_cipsov4_add_std() 191 if (doi_def->map.std in netlbl_cipsov4_add_std() [all...] |
/linux/tools/testing/selftests/powerpc/lib/ |
H A D | reg.S | 35 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...] |