Home
last modified time | relevance | path

Searched refs:dstin (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dmemcpy.S20 #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 Dcopy_template.S24 dstin .req x0 label
42 mov dst, dstin
H A Dmemset.S28 dstin .req x0 label
46 mov dst, dstin /* Preserve return value. */
H A Dcopy_from_user.S65 9997: cmp dst, dstin
H A Dcopy_to_user.S64 9997: cmp dst, dstin
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Dmemmove.S28 dstin .req x0 label
50 cmp dstin, src
53 cmp dstin, tmp1
56 add dst, dstin, count
H A Dcopy_template.S24 dstin .req x0 label
42 mov dst, dstin
H A Dmemset.S28 dstin .req x0 label
47 mov dst, dstin /* Preserve return value. */
H A Dcopy_in_user.S69 9997: cmp dst, dstin
H A Dcopy_to_user.S67 9997: cmp dst, dstin
H A Dcopy_from_user.S68 9997: cmp dst, dstin

Completed in 2 milliseconds