Searched defs:_src (Results 1 – 3 of 3) sorted by relevance
82 union register_pair _dst, _src; in __memcpy_real() local129 unsigned long _src = (unsigned long)src; in memcpy_real() local
117 void __memcpy_flushcache(void *_dst, const void *_src, size_t size) in __memcpy_flushcache()
663 #define unsafe_copy_to_user(_dst,_src,_len,label) \ argument