Home
last modified time | relevance | path

Searched refs:ebda_seg (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/mboot/
Dmem.c62 uint16_t ebda_seg = *(uint16_t *) 0x40e; in mboot_scan_memory() local
63 if (ebda_seg >= 0x8000 && ebda_seg < 0xa000) in mboot_scan_memory()
64 *dosmem = ebda_seg << 4; in mboot_scan_memory()
/external/syslinux/core/
Dbios.c537 uint16_t ebda_seg = *(uint16_t *) 0x40e; in bios_scan_memory() local
538 if (ebda_seg >= 0x8000 && ebda_seg < 0xa000) in bios_scan_memory()
539 dosmem = ebda_seg << 4; in bios_scan_memory()