2 * Copy from user space to user space
4 * Copyright (C) 2012 ARM Ltd.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 #include <linux/linkage.h>
21 #include <asm/cache.h>
22 #include <asm/asm-uaccess.h>
25 * Copy from user space to user space (alignment handled by the hardware)
32 * x0 - bytes not copied
34 .macro ldrb1 ptr, regB, val
35 uao_user_alternative 9998f, ldrb, ldtrb, \ptr, \regB, \val
38 .macro strb1 ptr, regB, val
39 uao_user_alternative 9998f, strb, sttrb, \ptr, \regB, \val
42 .macro ldrh1 ptr, regB, val
43 uao_user_alternative 9998f, ldrh, ldtrh, \ptr, \regB, \val
46 .macro strh1 ptr, regB, val
47 uao_user_alternative 9998f, strh, sttrh, \ptr, \regB, \val
50 .macro ldr1 ptr, regB, val
51 uao_user_alternative 9998f, ldr, ldtr, \ptr, \regB, \val
54 .macro str1 ptr, regB, val
55 uao_user_alternative 9998f, str, sttr, \ptr, \regB, \val
58 .macro ldp1 ptr, regB, regC, val
59 uao_ldp 9998f, \ptr, \regB, \regC, \val
62 .macro stp1 ptr, regB, regC, val
63 uao_stp 9998f, \ptr, \regB, \regC, \val
68 ENTRY(__arch_copy_in_user)
69 uaccess_enable_not_uao x3, x4, x5
71 #include "copy_template.S"
72 uaccess_disable_not_uao x3, x4
75 ENDPROC(__arch_copy_in_user)
79 9998: sub x0, end, dst // bytes not copied