text_mode_3        28 arch/x86/xen/vga.c 		if (size < offsetof(struct dom0_vga_console_info, u.text_mode_3)
text_mode_3        29 arch/x86/xen/vga.c 		    + sizeof(info->u.text_mode_3))
text_mode_3        31 arch/x86/xen/vga.c 		screen_info->orig_video_lines = info->u.text_mode_3.rows;
text_mode_3        32 arch/x86/xen/vga.c 		screen_info->orig_video_cols = info->u.text_mode_3.columns;
text_mode_3        33 arch/x86/xen/vga.c 		screen_info->orig_x = info->u.text_mode_3.cursor_x;
text_mode_3        34 arch/x86/xen/vga.c 		screen_info->orig_y = info->u.text_mode_3.cursor_y;
text_mode_3        36 arch/x86/xen/vga.c 			info->u.text_mode_3.font_height;
text_mode_3       718 include/xen/interface/xen.h 		} text_mode_3;