Searched refs:dstin (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | memcpy.S | 20 #define dstin x0 define 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
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | memmove.S | 28 dstin .req x0 label 50 cmp dstin, src 53 cmp dstin, tmp1 56 add dst, dstin, count
|
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 47 mov dst, dstin /* Preserve return value. */
|
H A D | copy_in_user.S | 69 9997: cmp dst, dstin
|
H A D | copy_to_user.S | 67 9997: cmp dst, dstin
|
H A D | copy_from_user.S | 68 9997: cmp dst, dstin
|
Completed in 3 milliseconds