Searched refs:AcpiOsMapMemory (Results 1 – 19 of 19) sorted by relevance
| /third_party/lib/acpica/source/components/tables/ |
| A D | tbxfroot.c | 173 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer() 200 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer() 231 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()
|
| 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()
|
| A D | tbdata.c | 118 Table = AcpiOsMapMemory (TableDesc->Address, TableDesc->Length); in AcpiTbAcquireTable() 218 TableHeader = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER)); in AcpiTbAcquireTempTable()
|
| A D | tbxface.c | 266 Header = AcpiOsMapMemory ( in ACPI_EXPORT_SYMBOL_INIT()
|
| A D | tbfadt.c | 355 Table = AcpiOsMapMemory ( in AcpiTbParseFadt()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osbsdtbl.c | 431 RsdpAddress = AcpiOsMapMemory (RsdpBase, RsdpSize); in OslTableInitialize() 642 MappedTable = AcpiOsMapMemory (TableAddress, sizeof (*MappedTable)); in OslGetTableViaRoot() 799 Table = AcpiOsMapMemory (TableAddress, sizeof (*Table)); in OslAddTablesToList() 868 MappedTable = AcpiOsMapMemory (Address, sizeof (*MappedTable)); in OslMapTable() 896 MappedTable = AcpiOsMapMemory (Address, Length); in OslMapTable()
|
| A D | osunixmap.c | 107 AcpiOsMapMemory ( in AcpiOsMapMemory() function
|
| A D | osefitbl.c | 441 RsdpAddress = AcpiOsMapMemory (RsdpBase, RsdpSize); in OslLoadRsdp() 962 MappedTable = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER)); in OslMapTable() 998 MappedTable = AcpiOsMapMemory (Address, Length); in OslMapTable()
|
| A D | oszircon.cpp | 134 void *AcpiOsMapMemory( in AcpiOsMapMemory() function
|
| A D | oswintbl.c | 388 AcpiOsMapMemory ( in AcpiOsMapMemory() function
|
| A D | oslinuxtbl.c | 609 RsdpAddress = AcpiOsMapMemory (RsdpBase, RsdpSize); in OslLoadRsdp() 1213 MappedTable = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER)); in OslMapTable() 1249 MappedTable = AcpiOsMapMemory (Address, Length); in OslMapTable()
|
| A D | osunixxf.c | 580 AcpiOsMapMemory ( in AcpiOsMapMemory() function
|
| A D | osefixf.c | 214 AcpiOsMapMemory ( in AcpiOsMapMemory() function
|
| A D | oswinxf.c | 578 AcpiOsMapMemory ( in AcpiOsMapMemory() function
|
| A D | osfuchsia.cpp | 415 void* AcpiOsMapMemory( in AcpiOsMapMemory() function
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acdragonfly.h | 99 #define AcpiOsMapMemory(Where, Length) \ macro
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exregion.c | 192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength); in AcpiExSystemMemorySpaceHandler()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acpiosxf.h | 252 AcpiOsMapMemory (
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 8221 - The interface to AcpiOsMapMemory has changed to be consistent with the 15992 AcpiOsMapMemory interface changed to a 64-bit physical address.
|
Completed in 60 milliseconds