Home
last modified time | relevance | path

Searched refs:ACPI_PHYSADDR_TO_PTR (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexregion.c562 memcpy (ACPI_CAST_PTR (char, Value), ACPI_PHYSADDR_TO_PTR (Address), in AcpiExDataTableSpaceHandler()
568 memcpy (ACPI_PHYSADDR_TO_PTR (Address), ACPI_CAST_PTR (char, Value), in AcpiExDataTableSpaceHandler()
/titanic_41/usr/src/uts/intel/io/acpica/tables/
H A Dtbdata.c125 ACPI_PHYSADDR_TO_PTR (TableDesc->Address)); in AcpiTbAcquireTable()
232 ACPI_PHYSADDR_TO_PTR (Address)); in AcpiTbAcquireTempTable()
H A Dtbinstal.c523 ACPI_FREE (ACPI_PHYSADDR_TO_PTR (TableDesc->Address)); in AcpiTbUninstallTable()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dactypes.h549 #define ACPI_PHYSADDR_TO_PTR(i) ACPI_TO_POINTER(i) macro