Searched refs:dstin (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm64/lib/ |
H A D | memcpy.S | 20 #define dstin x0 macro 62 add dstend, dstin, count 73 stp A_l, A_h, [dstin] 82 str A_l, [dstin] 92 str A_lw, [dstin] 103 strb A_lw, [dstin] 104 strb B_lw, [dstin, tmp1] 118 stp A_l, A_h, [dstin] 119 stp B_l, B_h, [dstin, 16] 136 stp A_l, A_h, [dstin] [all …]
|
H A D | copy_template.S | 24 dstin .req x0 label 42 mov dst, dstin
|
H A D | memset.S | 28 dstin .req x0 label 46 mov dst, dstin /* Preserve return value. */
|
H A D | copy_from_user.S | 65 9997: cmp dst, dstin
|
H A D | copy_to_user.S | 64 9997: cmp dst, dstin
|