Searched defs:LogicalAddress (Results 1 – 6 of 6) sorted by relevance
64 void *LogicalAddress = NULL; in AcpiOsMapMemory() local84 AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Length) in AcpiOsUnmapMemory()96 AcpiOsGetPhysicalAddress(void *LogicalAddress, in AcpiOsGetPhysicalAddress()
132 void *LogicalAddress; in AcpiOsReadMemory() local173 void *LogicalAddress; in AcpiOsWriteMemory() local
150 void **LogicalAddress) in acpi_md_OsMapMemory()161 acpi_md_OsUnmapMemory(void *LogicalAddress, UINT32 Length) in acpi_md_OsUnmapMemory()169 acpi_md_OsGetPhysicalAddress(void *LogicalAddress, in acpi_md_OsGetPhysicalAddress()
388 uint32_t Length, void **LogicalAddress) in acpi_md_OsMapMemory() argument 399 acpi_md_OsUnmapMemory(void *LogicalAddress, uint32_t Length) in acpi_md_OsUnmapMemory() argument 406 acpi_md_OsGetPhysicalAddress(void *LogicalAddress, in acpi_md_OsGetPhysicalAddress() argument
103 #define AcpiOsUnmapMemory(LogicalAddress, Size) \ argument
1365 UINT8 *LogicalAddress; member