Searched refs:ebda_seg (Results 1 – 3 of 3) sorted by relevance
393 ushort_t ebda_seg, base_size, ext_len, base_len, base_end_seg; in mps_probe() local396 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()
332 ushort_t ebda_seg, base_mem_size; in apic_probe_common() local369 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()
1951 uint16_t *ebda_seg; in find_rsdp() local1957 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()