Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 14 of 14) sorted by relevance

/xen/docs/
A Dparse-support-md377 my $rows = 0;
380 $rows++;
383 $rows += count_rows_sectlist $sectnode->{Children};
384 $sectnode->{Rows} = $rows;
385 $sectnode->{RealInSect}{Rows} = $rows;
386 return $rows;
396 my $rows = 0;
398 $rows += count_rows_sectnode $sectnode;
400 return $rows;
475 my $rows = $sectnode->{RealInSect}{OwnRows};
[all …]
/xen/xen/common/efi/
A Dboot.c132 UINTN cols, UINTN rows, UINTN depth);
750 UINTN cols, rows, size; in efi_console_set_mode() local
757 cols * rows > size ) in efi_console_set_mode()
759 size = cols * rows; in efi_console_set_mode()
832 rows == mode_info->VerticalResolution && in efi_find_gop_mode()
838 if ( !cols && !rows && in efi_find_gop_mode()
1239 UINTN depth, cols, rows, size; in efi_start() local
1241 size = cols = rows = depth = 0; in efi_start()
1244 &cols, &rows) == EFI_SUCCESS ) in efi_start()
1245 efi_arch_console_init(cols, rows); in efi_start()
[all …]
/xen/xen/arch/x86/efi/
A Defi-boot.h481 static void __init efi_arch_console_init(UINTN cols, UINTN rows) in efi_arch_console_init() argument
486 vga_console_info.u.text_mode_3.rows = rows; in efi_arch_console_init()
722 UINTN cols, gop_mode = ~0, rows; in efi_multiboot2() local
732 &cols, &rows) == EFI_SUCCESS ) in efi_multiboot2()
733 efi_arch_console_init(cols, rows); in efi_multiboot2()
/xen/xen/arch/x86/boot/
A Dcmdline.c248 static u16 rows2vmode(unsigned int rows) in rows2vmode() argument
250 switch ( rows ) in rows2vmode()
A Dvideo.S659 # .byte rows (number of rows)
/xen/docs/guest-guide/x86/
A Dhypercall-abi.rst17 :header-rows: 1
56 :header-rows: 1
/xen/xen/drivers/video/
A Dvga.c86 lines = vga_console_info.u.text_mode_3.rows; in video_init()
/xen/xen/include/public/
A Dxen.h941 uint16_t rows, columns; member
/xen/xen/arch/arm/efi/
A Defi-boot.h593 static void __init efi_arch_console_init(UINTN cols, UINTN rows) in efi_arch_console_init() argument
/xen/xen/arch/x86/
A Dsetup.c557 vga_console_info.u.text_mode_3.rows = bvi->orig_video_lines; in parse_video_info()
928 vga_console_info.u.text_mode_3.rows, in __start_xen()
/xen/tools/firmware/vgabios/
A Dvgabios.c2647 Bit8u crtc_r9,ovl,rows; local
2668 rows = vde / lines;
2669 write_byte(BIOSMEM_SEG,BIOSMEM_NB_ROWS, rows-1);
2671 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE, rows * cols * 2);
A DChangeLog882 - function set_scan_lines() recalculates the number of rows and
883 the page size - new values for char height, text rows and page
/xen/docs/misc/
A Dxen-command-line.pandoc2274 > `= ( ask | current | text-80x<rows> | gfx-<width>x<height>x<depth> | mode-<mode> )[,keep]`
2282 `text-80x<rows>` instructs Xen to set up text mode. Valid values for
2283 `<rows>` are `25, 28, 30, 34, 43, 50, 80`
/xen/stubdom/grub.patches/
A D10graphics.diff574 + /* minimum size is 65 colums and 16 rows */

Completed in 38 milliseconds