1 /* NGcopy_to_user.S: Niagara optimized copy to userspace.
3 * Copyright (C) 2006 David S. Miller (davem@davemloft.net)
10 99: wr %g0, ASI_AIUS, %asi;\
13 .section __ex_table,"a";\
23 #define FUNC_NAME NGcopy_to_user
24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
25 #define STORE_ASI ASI_BLK_INIT_QUAD_LDD_AIUS
26 #define EX_RETVAL(x) 0
29 /* Writing to %asi is _expensive_ so we hardcode it.
30 * Reading %asi to check for KERNEL_DS is comparatively
36 bne,pn %icc, memcpy_user_stub; \