Searched refs:scr_memcpyw (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | vt_buffer.h | 25 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro 41 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function 53 scr_memcpyw(d, s, count); in scr_memmovew()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | vga.h | 40 #define scr_memcpyw memcpy macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | vga.h | 36 #define scr_memcpyw memcpy macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | vga.h | 41 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
|
/linux-2.4.37.9/drivers/video/ |
D | vgacon.c | 483 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, c->vc_screenbuf_size); in vgacon_switch() 974 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, c->vc_screenbuf_size); in vgacon_save_screen() 995 scr_memcpyw((u16 *)vga_vram_base, in vgacon_scroll()
|
D | fbcon.c | 678 scr_memcpyw(save + cnt * nr_cols, r, 2 * i); in fbcon_setup() 686 scr_memcpyw(r + step, r, conp->vc_size_row); in fbcon_setup() 749 scr_memcpyw(q, save, logo_lines * nr_cols * 2); in fbcon_setup() 1284 scr_memcpyw((u16 *)softback_in, p, conp->vc_size_row); in fbcon_softback_note() 2073 scr_memcpyw((u16 *)q, (u16 *)p, conp->vc_size_row); in fbcon_scrolldelta()
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | io.c | 570 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
|
/linux-2.4.37.9/drivers/char/ |
D | console.c | 271 scr_memcpyw(d, s, (b-t-nr) * video_size_row); in scrup() 777 scr_memcpyw((unsigned short *) nl, (unsigned short *) ol, rlth); in vc_resize()
|