aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/lib/copy_to_user.S
Commit message (Collapse)AuthorAgeFilesLines
* arm64: lib: use pair accessors for copy_*_user routinesWill Deacon2016-09-101-6/+11
| | | | | | | | | | The AArch64 instruction set contains load/store pair memory accessors, so use these in our copy_*_user routines to transfer 16 bytes per iteration. Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: franciscofranco <franciscofranco.1990@gmail.com>
* first commitMeizu OpenSource2016-08-151-0/+61