HomeSort by: relevance | last modified time | path
    Searched defs:memtop (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
311 memtop = *(const uint16_t *)(&mpbios_page[0x413]);
312 memtop <<= 10;
327 if (memtop && memtop <= IOM_BEGIN ) {
328 mp_fps = mpbios_search(self, memtop - 1024, 1024, &mp_fp_map);
mpbios.c 291 paddr_t ebda, memtop; local in function:mpbios_probe
311 memtop = *(const uint16_t *)(&mpbios_page[0x413]);
312 memtop <<= 10;
327 if (memtop && memtop <= IOM_BEGIN ) {
328 mp_fps = mpbios_search(self, memtop - 1024, 1024, &mp_fp_map);

Completed in 28 milliseconds