/arch/arm64/include/asm/ |
D | fpsimdmacros.h | 21 stp q0, q1, [\state, #16 * 0] 22 stp q2, q3, [\state, #16 * 2] 23 stp q4, q5, [\state, #16 * 4] 24 stp q6, q7, [\state, #16 * 6] 25 stp q8, q9, [\state, #16 * 8] 26 stp q10, q11, [\state, #16 * 10] 27 stp q12, q13, [\state, #16 * 12] 28 stp q14, q15, [\state, #16 * 14] 29 stp q16, q17, [\state, #16 * 16] 30 stp q18, q19, [\state, #16 * 18] [all …]
|
D | alternative.h | 200 8888: stp \reg1, \reg2, [\addr], \post_inc; 235 USER(\l, stp \reg1, \reg2, [\addr], \post_inc)
|
D | assembler.h | 36 stp \xreg1, \xreg2, [sp, #-16]!
|
/arch/arm64/lib/ |
D | memmove.S | 115 stp A_l, A_h, [dst, #-16]! 118 stp A_l, A_h, [dst, #-16]! 121 stp A_l, A_h, [dst, #-16]! 151 stp A_l, A_h, [dst, #-16] 154 stp B_l, B_h, [dst, #-32] 155 stp C_l, C_h, [dst, #-48] 157 stp D_l, D_h, [dst, #-64]! 179 stp A_l, A_h, [dst, #-16] 181 stp B_l, B_h, [dst, #-32] 183 stp C_l, C_h, [dst, #-48] [all …]
|
D | memset.S | 91 stp A_l, A_l, [dst] /*non-aligned store..*/ 108 stp A_l, A_l, [dst], #16 110 stp A_l, A_l, [dst], #16 112 stp A_l, A_l, [dst], #16 121 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */ 134 stp A_l, A_l, [dst, #16] 135 stp A_l, A_l, [dst, #32] 136 stp A_l, A_l, [dst, #48] 137 stp A_l, A_l, [dst, #64]! 197 stp A_l, A_l, [dst] [all …]
|
D | memcpy.S | 68 stp \ptr, \regB, [\regC], \val
|
D | copy_from_user.S | 62 stp \ptr, \regB, [\regC], \val
|
/arch/mips/alchemy/common/ |
D | dbdma.c | 259 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local 271 stp = find_dbdev_id(srcid); in au1xxx_dbdma_chan_alloc() 272 if (stp == NULL) in au1xxx_dbdma_chan_alloc() 282 if (!(stp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc() 283 (stp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc() 285 stp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 292 stp->dev_flags &= ~DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 325 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc() 332 if (stp->dev_intlevel) in au1xxx_dbdma_chan_alloc() 334 if (stp->dev_intpolarity) in au1xxx_dbdma_chan_alloc() [all …]
|
/arch/mips/boot/dts/ |
D | easy50712.dts | 64 stp { 65 lantiq,groups = "stp"; 66 lantiq,function = "stp"; 77 lantiq,pins = "io4", "io5", "io6"; /* stp */ 93 stp0: stp@E100BB0 { 95 compatible = "lantiq,gpio-stp-xway";
|
/arch/arm64/kernel/ |
D | entry.S | 101 stp x0, x1, [sp, #16 * 0] 102 stp x2, x3, [sp, #16 * 1] 103 stp x4, x5, [sp, #16 * 2] 104 stp x6, x7, [sp, #16 * 3] 105 stp x8, x9, [sp, #16 * 4] 106 stp x10, x11, [sp, #16 * 5] 107 stp x12, x13, [sp, #16 * 6] 108 stp x14, x15, [sp, #16 * 7] 109 stp x16, x17, [sp, #16 * 8] 110 stp x18, x19, [sp, #16 * 9] [all …]
|
D | entry-ftrace.S | 49 stp x29, x30, [sp, #-16]! 183 stp x0, x1, [sp] 184 stp x2, x3, [sp, #16] 185 stp x4, x5, [sp, #32] 186 stp x6, x7, [sp, #48]
|
D | sleep.S | 65 stp x29, lr, [sp, #-96]! 66 stp x19, x20, [sp,#16] 67 stp x21, x22, [sp,#32] 68 stp x23, x24, [sp,#48] 69 stp x25, x26, [sp,#64] 70 stp x27, x28, [sp,#80]
|
D | head.S | 236 stp x21, x1, [x0] // x0 .. x3 at kernel entry 237 stp x2, x3, [x0, #16] 346 1: stp xzr, xzr, [x0], #16 347 stp xzr, xzr, [x0], #16 348 stp xzr, xzr, [x0], #16 349 stp xzr, xzr, [x0], #16
|
D | efi-entry.S | 37 stp x29, x30, [sp, #-32]!
|
/arch/arm64/mm/ |
D | proc.S | 70 stp x2, x3, [x0] 71 stp x4, x5, [x0, #16] 72 stp x6, x7, [x0, #32] 73 stp x8, x9, [x0, #48] 74 stp x10, x11, [x0, #64]
|
/arch/arm64/kvm/ |
D | hyp.S | 44 stp x19, x20, [x3] 45 stp x21, x22, [x3, #16] 46 stp x23, x24, [x3, #32] 47 stp x25, x26, [x3, #48] 48 stp x27, x28, [x3, #64] 49 stp x29, lr, [x3, #80] 55 stp x19, x20, [x3, #96] 127 stp x4, x5, [x3] 128 stp x6, x7, [x3, #16] 129 stp x8, x9, [x3, #32] [all …]
|
/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 122 stp x10, x11, [x1, #TSPEC_TV_SEC] 163 stp x10, x11, [x0, #TVAL_TV_SEC] 168 stp w4, w5, [x1, #TZ_MINWEST] 314 stp xzr, x2, [x1]
|
/arch/arm64/crypto/ |
D | sha2-ce-core.S | 154 3: stp dga, dgb, [x2]
|
D | aes-modes.S | 37 #define FRAME_PUSH stp x29, x30, [sp,#-16]! ; mov x29, sp
|