Home
last modified time | relevance | path

Searched refs:ACPI_PTR_TO_PHYSADDR (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbinstal.c374 AcpiTbAcquireTempTable (&NewTableDesc, ACPI_PTR_TO_PHYSADDR (Table), in AcpiTbOverrideTable()
467 TableDesc->Address = ACPI_PTR_TO_PHYSADDR (NULL); in AcpiTbUninstallTable()
H A Dtbxfload.c420 Status = AcpiTbInstallStandardTable (ACPI_PTR_TO_PHYSADDR (Table), in AcpiInstallTable()
504 Status = AcpiTbInstallAndLoadTable (ACPI_PTR_TO_PHYSADDR (Table), in ACPI_EXPORT_SYMBOL_INIT()
H A Dtbutils.c283 ACPI_PTR_TO_PHYSADDR (NewTable), in AcpiTbCopyDsdt()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtables.c420 AcpiTbInitTableDescriptor (TableDesc, ACPI_PTR_TO_PHYSADDR (Table), in AdStoreTable()
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c685 (Address - ACPI_PTR_TO_PHYSADDR (Mapping->Pointer)); in AcpiExDataTableSpaceHandler()
H A Dexconfig.c620 Status = AcpiTbInstallAndLoadTable (ACPI_PTR_TO_PHYSADDR (Table), in AcpiExLoadOp()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c708 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table); in AcpiDsEvalTableRegionOperands()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h667 #define ACPI_PTR_TO_PHYSADDR(i) ACPI_TO_INTEGER(i) macro