HomeSort by relevance Sort by last modified time
    Searched full:bios_page (Results 1 - 11 of 11) sorted by null

  /external/syslinux/core/
rawcon.c 28 ireg.ebx.b[1] = *(uint8_t *)BIOS_page;
58 ireg.ebx.b[1] = *(uint8_t *)BIOS_page;
75 ireg.ebx.b[1] = *(uint8_t *)BIOS_page;
85 ireg.ebx.b[1] = *(uint8_t *)BIOS_page;
plaincon.c 30 ireg.ebx.b[1] = *(uint8_t *)BIOS_page; /* current page */
bios.inc 36 BIOS_page resb 1 ; Current video page
bios.c 24 #define BIOS_PAGE (*(uint8_t *)0x462)
46 ireg.ebx.b[1] = BIOS_PAGE;
81 const int page = BIOS_PAGE;
106 ireg.ebx.b[1] = BIOS_PAGE;
133 ireg.ebx.b[1] = BIOS_PAGE;
  /external/syslinux/core/include/
bios.h 35 #define BIOS_page 0x0462 /* Current video page */
  /external/syslinux/diag/mbr/
handoff.S 110 BIOS_page = 0x462
282 movb (BIOS_page), %bh
  /external/syslinux/mbr/
altmbr.S 41 BIOS_page = 0x462
292 movb (BIOS_page), %bh
gptmbr.S 47 BIOS_page = 0x462
315 movb (BIOS_page), %bh
isohdpfx.S 57 BIOS_page = 0x462
281 movb (BIOS_page), %bh
mbr.S 41 BIOS_page = 0x462
303 movb (BIOS_page), %bh
oldmbr.asm 190 mov bh,[BIOS_page] ; Current page

Completed in 661 milliseconds