taglinefilesource code
fast_memmove251arch/m68k/console/fbcon.cstatic __inline__ void fast_memmove(char *dst, char *src, size_t size);
fast_memmove3026arch/m68k/console/fbcon.cfast_memmove (p->screen_base + dy * p->next_line * p->fontheight,
fast_memmove3055arch/m68k/console/fbcon.cfast_memmove (dst, src, (width >> 1) * 16);
fast_memmove3086arch/m68k/console/fbcon.cfast_memmove (dst, src, (width>>1)*16);