Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
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-5.19.10/arch/powerpc/include/asm/
Dvga.h45 #define scr_memcpyw memcpy macro
/linux-5.19.10/arch/sparc/include/asm/
Dvga.h44 static inline void scr_memcpyw(u16 *d, u16 *s, unsigned int n) in scr_memcpyw() function
/linux-5.19.10/arch/mips/include/asm/
Dvga.h50 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
/linux-5.19.10/arch/alpha/include/asm/
Dvga.h42 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
/linux-5.19.10/arch/alpha/kernel/
Dio.c637 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
665 EXPORT_SYMBOL(scr_memcpyw);
/linux-5.19.10/drivers/video/console/
Dvgacon.c624 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, in vgacon_switch()
1121 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, in vgacon_save_screen()
1142 scr_memcpyw((u16 *) vga_vram_base, in vgacon_scroll()
/linux-5.19.10/drivers/video/fbdev/core/
Dfbcon.c587 scr_memcpyw(save + cnt * new_cols, r, 2 * i); in fbcon_prepare_logo()
595 scr_memcpyw(r + step, r, vc->vc_size_row); in fbcon_prepare_logo()
621 scr_memcpyw(q, save, array3_size(logo_lines, new_cols, 2)); in fbcon_prepare_logo()
/linux-5.19.10/drivers/tty/vt/
Dvt.c1307 scr_memcpyw((unsigned short *) new_origin, in vc_do_resize()