Home
last modified time | relevance | path

Searched refs:dstin (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/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_from_user.S68 9997: cmp dst, dstin
H A Dcopy_to_user.S67 9997: cmp dst, dstin
H A Dcopy_in_user.S69 9997: cmp dst, dstin
/OK3568_Linux_fs/buildroot/package/uclibc/
H A D0001-libc-string-arm-Support-using-glibc-neon-version-of-.patch357 +#define dstin r0
559 + mov dst, dstin /* Preserve dstin, we need to return it. */