Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/intel/io/pci/
H A Dpci_resource.c393 ushort_t ebda_seg, base_size, ext_len, base_len, base_end_seg; in mps_probe() local
396 ebda_seg = *((ushort_t *)(0x40e)); in mps_probe()
397 ebda_start = ((uint32_t)ebda_seg) << 4; in mps_probe()
398 if (ebda_seg != 0) { in mps_probe()
404 if (base_end_seg != ebda_seg) { in mps_probe()
/onnv-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c332 ushort_t ebda_seg, base_mem_size; in apic_probe_common() local
369 ebda_seg = *((ushort_t *)(biosdatap+0xe)); in apic_probe_common()
371 if (ebda_seg) { in apic_probe_common()
372 ebda_start = ((uint32_t)ebda_seg) << 4; in apic_probe_common()
/onnv-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1951 uint16_t *ebda_seg; in find_rsdp() local
1957 ebda_seg = (uint16_t *)vmap_phys(sizeof (uint16_t), ACPI_EBDA_SEG_ADDR); in find_rsdp()
1958 ebda_addr = *ebda_seg << 4; in find_rsdp()