Searched refs:AcpiOsMapMemory (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dtbxfroot.c173 TablePtr = AcpiOsMapMemory (
200 TablePtr = AcpiOsMapMemory (
231 TablePtr = AcpiOsMapMemory (
H A Dosillumostbl.c374 mapp = AcpiOsMapMemory((ACPI_PHYSICAL_ADDRESS)ACPI_EBDA_PTR_LOCATION,
393 mapp = AcpiOsMapMemory(physaddr, ACPI_EBDA_WINDOW_SIZE);
422 mapp = AcpiOsMapMemory(physaddr, mapsize);
867 MappedTable = AcpiOsMapMemory(Address, sizeof (ACPI_TABLE_HEADER));
899 MappedTable = AcpiOsMapMemory(Address, Length);
1025 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length) function
/illumos-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbxfroot.c173 TablePtr = AcpiOsMapMemory (
200 TablePtr = AcpiOsMapMemory (
231 TablePtr = AcpiOsMapMemory (
H A Dtbutils.c297 Rsdp = AcpiOsMapMemory (RsdpAddress, sizeof (ACPI_TABLE_RSDP));
336 Table = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
358 Table = AcpiOsMapMemory (Address, Length);
H A Dtbxface.c266 Header = AcpiOsMapMemory (
H A Dtbdata.c118 Table = AcpiOsMapMemory (TableDesc->Address, TableDesc->Length);
218 TableHeader = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
H A Dtbfadt.c355 Table = AcpiOsMapMemory (
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacdragonfly.h99 #define AcpiOsMapMemory(Where, Length) \ macro
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexregion.c192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength);
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h252 AcpiOsMapMemory (
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c268 if ((datep = (char *)AcpiOsMapMemory(0xffff5, 8)) == NULL)
H A Dosl.c593 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Size) function
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c409 return (AcpiOsMapMemory(hpet_table->Address.Address, HPET_SIZE));

Completed in 62 milliseconds