Searched refs:MappedTable (Results 1 – 4 of 4) sorted by relevance
/acpica-latest/source/os_specific/service_layers/ |
D | osbsdtbl.c | 251 ACPI_TABLE_HEADER *MappedTable; in AcpiOsGetTableByAddress() local 267 Status = OslMapTable (Address, NULL, &MappedTable); in AcpiOsGetTableByAddress() 275 LocalTable = calloc (1, MappedTable->Length); in AcpiOsGetTableByAddress() 278 AcpiOsUnmapMemory (MappedTable, MappedTable->Length); in AcpiOsGetTableByAddress() 282 memcpy (LocalTable, MappedTable, MappedTable->Length); in AcpiOsGetTableByAddress() 283 AcpiOsUnmapMemory (MappedTable, MappedTable->Length); in AcpiOsGetTableByAddress() 490 ACPI_TABLE_HEADER *MappedTable; in OslTableInitialize() local 566 ACPI_SIG_XSDT, &MappedTable); in OslTableInitialize() 573 Gbl_Xsdt = calloc (1, MappedTable->Length); in OslTableInitialize() 578 MappedTable->Length); in OslTableInitialize() [all …]
|
D | oslinuxtbl.c | 341 ACPI_TABLE_HEADER *MappedTable; in AcpiOsGetTableByAddress() local 356 Status = OslMapTable (Address, NULL, &MappedTable); in AcpiOsGetTableByAddress() 364 TableLength = ApGetTableLength (MappedTable); in AcpiOsGetTableByAddress() 378 memcpy (LocalTable, MappedTable, TableLength); in AcpiOsGetTableByAddress() 381 OslUnmapTable (MappedTable); in AcpiOsGetTableByAddress() 692 ACPI_TABLE_HEADER *MappedTable; in OslLoadRsdp() local 724 MappedTable = ACPI_CAST_PTR (ACPI_TABLE_HEADER, in OslLoadRsdp() 726 if (!MappedTable) in OslLoadRsdp() 732 Gbl_RsdpAddress = RsdpBase + (ACPI_CAST8 (MappedTable) - RsdpAddress); in OslLoadRsdp() 734 memcpy (&Gbl_Rsdp, MappedTable, sizeof (ACPI_TABLE_RSDP)); in OslLoadRsdp() [all …]
|
/acpica-latest/source/os_specific/efi/ |
D | osefitbl.c | 259 ACPI_TABLE_HEADER *MappedTable; in AcpiOsGetTableByAddress() local 274 Status = OslMapTable (Address, NULL, &MappedTable); in AcpiOsGetTableByAddress() 282 TableLength = ApGetTableLength (MappedTable); in AcpiOsGetTableByAddress() 296 memcpy (LocalTable, MappedTable, TableLength); in AcpiOsGetTableByAddress() 299 OslUnmapTable (MappedTable); in AcpiOsGetTableByAddress() 514 ACPI_TABLE_HEADER *MappedTable; in OslLoadRsdp() local 546 MappedTable = ACPI_CAST_PTR (ACPI_TABLE_HEADER, in OslLoadRsdp() 548 if (!MappedTable) in OslLoadRsdp() 554 Gbl_RsdpAddress = RsdpBase + (ACPI_CAST8 (MappedTable) - RsdpAddress); in OslLoadRsdp() 556 memcpy (&Gbl_Rsdp, MappedTable, sizeof (ACPI_TABLE_RSDP)); in OslLoadRsdp() [all …]
|
/acpica-latest/source/components/tables/ |
D | tbdata.c | 394 BOOLEAN MappedTable = FALSE; in AcpiTbAcquireTempTable() local 411 MappedTable = TRUE; in AcpiTbAcquireTempTable() 434 if (MappedTable) in AcpiTbAcquireTempTable()
|