Home
last modified time | relevance | path

Searched refs:AcpiOsMapMemory (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/tables/
H A Dtbxfroot.c173 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
200 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
231 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
H A Dtbutils.c297 Rsdp = AcpiOsMapMemory (RsdpAddress, sizeof (ACPI_TABLE_RSDP)); in AcpiTbParseRootTable()
336 Table = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER)); in AcpiTbParseRootTable()
358 Table = AcpiOsMapMemory (Address, Length); in AcpiTbParseRootTable()
H A Dtbdata.c118 Table = AcpiOsMapMemory (TableDesc->Address, TableDesc->Length); in AcpiTbAcquireTable()
218 TableHeader = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER)); in AcpiTbAcquireTempTable()
H A Dtbxface.c266 Header = AcpiOsMapMemory ( in ACPI_EXPORT_SYMBOL_INIT()
H A Dtbfadt.c355 Table = AcpiOsMapMemory ( in AcpiTbParseFadt()
/titanic_41/usr/src/cmd/acpi/acpidump/
H A Dtbxfroot.c173 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
200 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
231 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
H A Dosillumostbl.c374 mapp = AcpiOsMapMemory((ACPI_PHYSICAL_ADDRESS)ACPI_EBDA_PTR_LOCATION, in OslLoadRsdp()
393 mapp = AcpiOsMapMemory(physaddr, ACPI_EBDA_WINDOW_SIZE); in OslLoadRsdp()
422 mapp = AcpiOsMapMemory(physaddr, mapsize); in OslLoadRsdp()
867 MappedTable = AcpiOsMapMemory(Address, sizeof (ACPI_TABLE_HEADER)); in OslMapTable()
899 MappedTable = AcpiOsMapMemory(Address, Length); in OslMapTable()
1025 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length) in AcpiOsMapMemory() function
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacdragonfly.h99 #define AcpiOsMapMemory(Where, Length) \ macro
/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexregion.c192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength); in AcpiExSystemMemorySpaceHandler()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h252 AcpiOsMapMemory (
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dacpica.c268 if ((datep = (char *)AcpiOsMapMemory(0xffff5, 8)) == NULL) in acpica_check_bios_date()
H A Dosl.c600 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Size) in AcpiOsMapMemory() function
H A Dchanges.txt8487 - The interface to AcpiOsMapMemory has changed to be consistent with the
16258 AcpiOsMapMemory interface changed to a 64-bit physical address.
/titanic_41/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c409 return (AcpiOsMapMemory(hpet_table->Address.Address, HPET_SIZE)); in hpet_memory_map()