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

/fuchsia/zircon/third_party/lib/acpica/source/components/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 (
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacdragonfly.h99 #define AcpiOsMapMemory(Where, Length) \ macro
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixmap.c95 * FUNCTION: AcpiOsMapMemory
107 AcpiOsMapMemory ( function
H A Dosbsdtbl.c431 RsdpAddress = AcpiOsMapMemory (RsdpBase, RsdpSize);
642 MappedTable = AcpiOsMapMemory (TableAddress, sizeof (*MappedTable));
799 Table = AcpiOsMapMemory (TableAddress, sizeof (*Table));
868 MappedTable = AcpiOsMapMemory (Address, sizeof (*MappedTable));
896 MappedTable = AcpiOsMapMemory (Address, Length);
H A Dosefitbl.c441 RsdpAddress = AcpiOsMapMemory (RsdpBase, RsdpSize);
962 MappedTable = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
998 MappedTable = AcpiOsMapMemory (Address, Length);
H A Doszircon.cpp134 void *AcpiOsMapMemory( function
165 * call to AcpiOsMapMemory.
167 * identical to the value used in the call to AcpiOsMapMemory.
H A Doswintbl.c376 * FUNCTION: AcpiOsMapMemory
388 AcpiOsMapMemory ( function
H A Doslinuxtbl.c609 RsdpAddress = AcpiOsMapMemory (RsdpBase, RsdpSize);
1213 MappedTable = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
1249 MappedTable = AcpiOsMapMemory (Address, Length);
H A Dosefixf.c202 * FUNCTION: AcpiOsMapMemory
214 AcpiOsMapMemory ( function
H A Dosunixxf.c568 * FUNCTION: AcpiOsMapMemory
580 AcpiOsMapMemory ( function
H A Doswinxf.c566 * FUNCTION: AcpiOsMapMemory
578 AcpiOsMapMemory ( function
H A Dosfuchsia.cpp402 void *AcpiOsMapMemory( function
436 * call to AcpiOsMapMemory.
438 * identical to the value used in the call to AcpiOsMapMemory.
/fuchsia/zircon/third_party/lib/acpica/source/components/executer/
H A Dexregion.c192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacpiosxf.h252 AcpiOsMapMemory (

Completed in 116 milliseconds