Searched refs:ebda_seg (Results 1 – 2 of 2) sorted by relevance
62 uint16_t ebda_seg = *(uint16_t *) 0x40e; in mboot_scan_memory() local63 if (ebda_seg >= 0x8000 && ebda_seg < 0xa000) in mboot_scan_memory()64 *dosmem = ebda_seg << 4; in mboot_scan_memory()
537 uint16_t ebda_seg = *(uint16_t *) 0x40e; in bios_scan_memory() local538 if (ebda_seg >= 0x8000 && ebda_seg < 0xa000) in bios_scan_memory()539 dosmem = ebda_seg << 4; in bios_scan_memory()