Searched refs:__constant_copy_to_user_asm (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Duaccess.h265 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ macro
312 __constant_copy_to_user_asm(res, to, from, tmp, 3, w, b,);
318 __constant_copy_to_user_asm(res, to, from, tmp, 5, l, b,);
321 __constant_copy_to_user_asm(res, to, from, tmp, 6, l, w,);
324 __constant_copy_to_user_asm(res, to, from, tmp, 7, l, w, b);
327 __constant_copy_to_user_asm(res, to, from, tmp, 8, l, l,);
330 __constant_copy_to_user_asm(res, to, from, tmp, 9, l, l, b);
333 __constant_copy_to_user_asm(res, to, from, tmp, 10, l, l, w);
336 __constant_copy_to_user_asm(res, to, from, tmp, 12, l, l, l);

Completed in 35 milliseconds