Home
last modified time | relevance | path

Searched refs:LogicalAddress (Results 1 – 5 of 5) sorted by relevance

/third_party/lib/acpica/source/include/acpica/platform/
A Dacdragonfly.h103 #define AcpiOsUnmapMemory(LogicalAddress, Size) \ argument
104 _AcpiOsUnmapMemory((LogicalAddress), (Size), __func__, __LINE__)
A Dacdragonflyex.h76 void *LogicalAddress,
/third_party/lib/acpica/source/os_specific/service_layers/
A Doszircon.cpp169 void AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Length) { in AcpiOsUnmapMemory() argument
171 reinterpret_cast<vaddr_t>(LogicalAddress)); in AcpiOsUnmapMemory()
174 LogicalAddress, (uint64_t)Length); in AcpiOsUnmapMemory()
A Dosfuchsia.cpp453 void AcpiOsUnmapMemory(void* LogicalAddress, ACPI_SIZE Length) { in AcpiOsUnmapMemory() argument
455 fbl::unique_ptr<AcpiOsMappingNode> mn = os_mapping_tbl.erase((uintptr_t)LogicalAddress); in AcpiOsUnmapMemory()
457 printf("AcpiOsUnmapMemory nonexisting mapping %p\n", LogicalAddress); in AcpiOsUnmapMemory()
/third_party/lib/acpica/source/include/acpica/
A Dacpiosxf.h260 void *LogicalAddress,
267 void *LogicalAddress,

Completed in 12 milliseconds