Home
last modified time | relevance | path

Searched refs:scr_memmovew (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dvga.h46 #define scr_memmovew memmove macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dvga.h51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dvga.h51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
/kernel/linux/linux-5.10/include/linux/
Dvt_buffer.h55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
/kernel/linux/linux-5.10/drivers/video/console/
Dmdacon.c520 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines), in mdacon_scroll()
527 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t), in mdacon_scroll()
Dvgacon.c1197 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
/kernel/linux/linux-5.10/drivers/tty/vt/
Dvt.c640 scr_memmovew(d, s, (b - t - nr) * vc->vc_size_row); in con_scroll()
845 scr_memmovew(p + nr, p, (vc->vc_cols - vc->state.x - nr) * 2); in insert_char()