Home
last modified time | relevance | path

Searched refs:scr_memcpyw (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
A Dvt_buffer.h42 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
59 scr_memcpyw(d, s, count); in scr_memmovew()
/linux/arch/powerpc/include/asm/
A Dvga.h45 #define scr_memcpyw memcpy macro
/linux/arch/sparc/include/asm/
A Dvga.h44 static inline void scr_memcpyw(u16 *d, u16 *s, unsigned int n) in scr_memcpyw() function
/linux/arch/mips/include/asm/
A Dvga.h50 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
/linux/arch/alpha/include/asm/
A Dvga.h42 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
/linux/arch/alpha/kernel/
A Dio.c637 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
665 EXPORT_SYMBOL(scr_memcpyw);
/linux/drivers/video/console/
A Dvgacon.c645 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, in vgacon_switch()
1142 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, in vgacon_save_screen()
1163 scr_memcpyw((u16 *) vga_vram_base, in vgacon_scroll()
/linux/drivers/video/fbdev/core/
A Dfbcon.c599 scr_memcpyw(save + cnt * new_cols, r, 2 * i); in fbcon_prepare_logo()
607 scr_memcpyw(r + step, r, vc->vc_size_row); in fbcon_prepare_logo()
633 scr_memcpyw(q, save, array3_size(logo_lines, new_cols, 2)); in fbcon_prepare_logo()
/linux/drivers/tty/vt/
A Dvt.c858 scr_memcpyw(p, p + nr, (vc->vc_cols - vc->state.x - nr) * 2); in delete_char()
1307 scr_memcpyw((unsigned short *) new_origin, in vc_do_resize()

Completed in 21 milliseconds