Searched refs:AcpiOsMapMemory (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/intel/io/acpica/tables/ |
H A D | tbxfroot.c | 173 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer() 200 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer() 231 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
|
H A D | tbutils.c | 297 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 D | tbdata.c | 118 Table = AcpiOsMapMemory (TableDesc->Address, TableDesc->Length); in AcpiTbAcquireTable() 218 TableHeader = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER)); in AcpiTbAcquireTempTable()
|
H A D | tbxface.c | 266 Header = AcpiOsMapMemory ( in ACPI_EXPORT_SYMBOL_INIT()
|
H A D | tbfadt.c | 355 Table = AcpiOsMapMemory ( in AcpiTbParseFadt()
|
/titanic_41/usr/src/cmd/acpi/acpidump/ |
H A D | tbxfroot.c | 173 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer() 200 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer() 231 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
|
H A D | osillumostbl.c | 374 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 D | acdragonfly.h | 99 #define AcpiOsMapMemory(Where, Length) \ macro
|
/titanic_41/usr/src/uts/intel/io/acpica/executer/ |
H A D | exregion.c | 192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength); in AcpiExSystemMemorySpaceHandler()
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acpiosxf.h | 252 AcpiOsMapMemory (
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | acpica.c | 268 if ((datep = (char *)AcpiOsMapMemory(0xffff5, 8)) == NULL) in acpica_check_bios_date()
|
H A D | osl.c | 600 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Size) in AcpiOsMapMemory() function
|
H A D | changes.txt | 8487 - 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 D | hpet_acpi.c | 409 return (AcpiOsMapMemory(hpet_table->Address.Address, HPET_SIZE)); in hpet_memory_map()
|