Lines Matching refs:size
40 #define __do_clear_user(addr,size) \ argument
56 : "=&c"(size), "=&D" (__d0) \
57 : "r"(size & 3), "0"(size / 4), "1"(addr), "a"(0)); \
101 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() argument
198 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_intel()
199 : "1"(to), "2"(from), "0"(size) in __copy_user_intel()
201 return size; in __copy_user_intel()
205 __copy_user_zeroing_intel(void *to, const void __user *from, unsigned long size) in __copy_user_zeroing_intel() argument
290 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_zeroing_intel()
291 : "1"(to), "2"(from), "0"(size) in __copy_user_zeroing_intel()
293 return size; in __copy_user_zeroing_intel()
302 const void __user *from, unsigned long size) in __copy_user_zeroing_intel_nocache() argument
389 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_zeroing_intel_nocache()
390 : "1"(to), "2"(from), "0"(size) in __copy_user_zeroing_intel_nocache()
392 return size; in __copy_user_zeroing_intel_nocache()
396 const void __user *from, unsigned long size) in __copy_user_intel_nocache() argument
477 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_intel_nocache()
478 : "1"(to), "2"(from), "0"(size) in __copy_user_intel_nocache()
480 return size; in __copy_user_intel_nocache()
490 unsigned long size);
492 unsigned long size);
494 const void __user *from, unsigned long size);
498 #define __copy_user(to, from, size) \ argument
526 : "=&c"(size), "=&D" (__d0), "=&S" (__d1), "=r"(__d2) \
527 : "3"(size), "0"(size), "1"(to), "2"(from) \
531 #define __copy_user_zeroing(to, from, size) \ argument
565 : "=&c"(size), "=&D" (__d0), "=&S" (__d1), "=r"(__d2) \
566 : "3"(size), "0"(size), "1"(to), "2"(from) \