HomeSort by: relevance | last modified time | path
    Searched defs:ebda (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
mpbios.c 291 paddr_t ebda, memtop; local in function:mpbios_probe
304 /* see if EBDA exists */
308 ebda = *(const uint16_t *)(&mpbios_page[0x40e]);
309 ebda <<= 4;
319 if (ebda && ebda < IOM_BEGIN ) {
320 mp_fps = mpbios_search(self, ebda, 1024, &mp_fp_map);
mpbios.c 291 paddr_t ebda, memtop; local in function:mpbios_probe
304 /* see if EBDA exists */
308 ebda = *(const uint16_t *)(&mpbios_page[0x40e]);
309 ebda <<= 4;
319 if (ebda && ebda < IOM_BEGIN ) {
320 mp_fps = mpbios_search(self, ebda, 1024, &mp_fp_map);

Completed in 23 milliseconds