1 /* GENcopy_from_user.S: Generic sparc64 copy from userspace.
3 * Copyright (C) 2007 David S. Miller (davem@davemloft.net)
12 .section __ex_table,"a";\
22 #define FUNC_NAME GENcopy_from_user
23 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
24 #define EX_RETVAL(x) 0
30 bne,pn %icc, memcpy_user_stub; \
34 #include "GENmemcpy.S"