1 /* GENcopy_from_user.S: Generic sparc64 copy from userspace.
3 * Copyright (C) 2007 David S. Miller (davem@davemloft.net)
8 .section __ex_table,"a";\
10 .word 98b, __retl_one; \
18 #define FUNC_NAME GENcopy_from_user
19 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
20 #define EX_RETVAL(x) 0
26 bne,pn %icc, ___copy_in_user; \
30 #include "GENmemcpy.S"