Home
last modified time | relevance | path

Searched refs:scr_memmovew (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dvga.h46 #define scr_memmovew memmove macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dvga.h46 #define scr_memmovew memmove macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dvga.h51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dvga.h51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dvga.h51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dvga.h51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
/kernel/linux/linux-5.10/include/linux/
H A Dvt_buffer.h55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
/kernel/linux/linux-6.6/include/linux/
H A 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/
H A 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()
H A Dvgacon.c1197 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
/kernel/linux/linux-6.6/drivers/video/console/
H A 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()
H A Dvgacon.c1136 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A 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()
858 scr_memmovew(p, p + nr, (vc->vc_cols - vc->state.x - nr) * 2); in delete_char()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c587 scr_memmovew(dst, src, (rows - nr) * vc->vc_size_row); in con_scroll()
793 scr_memmovew(p + nr, p, (vc->vc_cols - vc->state.x - nr) * 2); in insert_char()
806 scr_memmovew(p, p + nr, (vc->vc_cols - vc->state.x - nr) * 2); in delete_char()

Completed in 18 milliseconds