Home
last modified time | relevance | path

Searched refs:vga_text (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/
H A Dvgastate.c25 __u8 *vga_text; member
111 saved->vga_text[i] = vga_r(fbbase, i); in save_vga_text()
119 saved->vga_text[8192+i] = vga_r(fbbase + 2 * 8192, i); in save_vga_text()
197 vga_w(fbbase, i, saved->vga_text[i]); in restore_vga_text()
205 vga_w(fbbase, i, saved->vga_text[8192+i]); in restore_vga_text()
342 vfree(saved->vga_text); in vga_cleanup()
444 saved->vga_text = vmalloc(8192 * 2); in save_vga()
445 if (!saved->vga_text) { in save_vga()
/kernel/linux/linux-6.6/drivers/video/
H A Dvgastate.c25 __u8 *vga_text; member
111 saved->vga_text[i] = vga_r(fbbase, i); in save_vga_text()
119 saved->vga_text[8192+i] = vga_r(fbbase + 2 * 8192, i); in save_vga_text()
197 vga_w(fbbase, i, saved->vga_text[i]); in restore_vga_text()
205 vga_w(fbbase, i, saved->vga_text[8192+i]); in restore_vga_text()
342 vfree(saved->vga_text); in vga_cleanup()
444 saved->vga_text = vmalloc(8192 * 2); in save_vga()
445 if (!saved->vga_text) { in save_vga()

Completed in 2 milliseconds