AcpiOsMapMemory
mapp = AcpiOsMapMemory(physaddr, mapsize);
mapp = AcpiOsMapMemory((ACPI_PHYSICAL_ADDRESS)ACPI_EBDA_PTR_LOCATION,
mapp = AcpiOsMapMemory(physaddr, ACPI_EBDA_WINDOW_SIZE);
mapp = AcpiOsMapMemory(physaddr, mapsize);
MappedTable = AcpiOsMapMemory(Address, sizeof (ACPI_TABLE_HEADER));
MappedTable = AcpiOsMapMemory(Address, Length);
MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength);
Table = AcpiOsMapMemory (TableDesc->Address, TableDesc->Length);
TableHeader = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
Rsdp = AcpiOsMapMemory (RsdpAddress, sizeof (ACPI_TABLE_RSDP));
Table = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
Table = AcpiOsMapMemory (Address, Length);
Header = AcpiOsMapMemory (
TablePtr = AcpiOsMapMemory (
TablePtr = AcpiOsMapMemory (
TablePtr = AcpiOsMapMemory (
if ((datep = (char *)AcpiOsMapMemory(0xffff5, 8)) == NULL)
AcpiOsMapMemory (