1 /* NG2copy_from_user.S: Niagara-2 optimized copy from userspace.
3 * Copyright (C) 2007 David S. Miller (davem@davemloft.net)
8 .section __ex_table,"a";\
10 .word 98b, __retl_one_asi;\
18 #ifndef ASI_BLK_AIUS_4V
19 #define ASI_BLK_AIUS_4V 0x17
22 #define FUNC_NAME NG2copy_from_user
23 #define LOAD(type,addr,dest) type##a [addr] %asi, dest
24 #define LOAD_BLK(addr,dest) ldda [addr] ASI_BLK_AIUS_4V, dest
25 #define EX_RETVAL(x) 0
31 bne,pn %icc, ___copy_in_user; \
35 #include "NG2memcpy.S"