Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c437 uintptr_t ebda_start, base_end; in mps_probe() local
442 ebda_start = ((uint32_t)ebda_seg) << 4; in mps_probe()
445 (uchar_t *)ebda_start, 1024, "_MP_"); in mps_probe()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c335 uint32_t mpct_addr, ebda_start = 0, base_mem_end; in apic_probe_common() local
393 ebda_start = ((uint32_t)ebda_seg) << 4; in apic_probe_common()
394 fptr = psm_map_phys(ebda_start, MPFPS_RAM_WIN_LEN, PROT_READ); in apic_probe_common()
413 if (base_mem_end != ebda_start) { in apic_probe_common()