Searched refs:tmp1w (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/lib/ |
D | copy_template.S | 28 tmp1w .req w3 label 58 ldrb1 tmp1w, src, #1 59 strb1 tmp1w, dst, #1 62 ldrh1 tmp1w, src, #2 63 strh1 tmp1w, dst, #2 66 ldr1 tmp1w, src, #4 67 str1 tmp1w, dst, #4 87 cmp tmp1w, #0x20 115 ldr1 tmp1w, src, #4 116 str1 tmp1w, dst, #4 [all …]
|
D | memmove.S | 32 tmp1w .req w3 label 70 ldrb tmp1w, [src, #-1]! 71 strb tmp1w, [dst, #-1]! 74 ldrh tmp1w, [src, #-2]! 75 strh tmp1w, [dst, #-2]! 78 ldr tmp1w, [src, #-4]! 79 str tmp1w, [dst, #-4]! 100 cmp tmp1w, #0x20 118 ldr tmp1w, [src, #-4]! 119 str tmp1w, [dst, #-4]! [all …]
|
D | copy_from_user.S | 71 USER(9998f, ldtrb tmp1w, [srcin]) 72 strb tmp1w, [dst], #1
|
D | copy_to_user.S | 70 ldrb tmp1w, [srcin] 71 USER(9998f, sttrb tmp1w, [dst])
|
D | copy_in_user.S | 72 USER(9998f, ldtrb tmp1w, [srcin]) 73 USER(9998f, sttrb tmp1w, [dst])
|
D | memset.S | 32 tmp1w .req w3 label 94 cmp tmp1w, #0x20 152 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 15752 -USER(9998f, ldtrb tmp1w, [srcin]) 15753 - strb tmp1w, [dst], #1 15810 -USER(9998f, ldtrb tmp1w, [srcin]) 15811 -USER(9998f, sttrb tmp1w, [dst]) 15861 - ldrb tmp1w, [srcin] 15862 -USER(9998f, sttrb tmp1w, [dst])
|