Searched refs:l_src (Results 1 – 2 of 2) sorted by relevance
50 void *l_src; in memcpy_ea() local57 l_src = __cache_fetch ((__ea void *) curr_src); in memcpy_ea()71 memcpy (l_dest, l_src, local_n); in memcpy_ea()
48 void *l_src; in memmove_ea() local56 l_src = __cache_fetch (curr_src); in memmove_ea()70 memmove (l_dest, l_src, local_n); in memmove_ea()