Searched refs:LogicalAddress (Results 1 – 5 of 5) sorted by relevance
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acdragonfly.h | 103 #define AcpiOsUnmapMemory(LogicalAddress, Size) \ argument 104 _AcpiOsUnmapMemory((LogicalAddress), (Size), __func__, __LINE__)
|
| A D | acdragonflyex.h | 76 void *LogicalAddress,
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | oszircon.cpp | 169 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 D | osfuchsia.cpp | 453 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 D | acpiosxf.h | 260 void *LogicalAddress, 267 void *LogicalAddress,
|
Completed in 12 milliseconds