Home
last modified time | relevance | path

Searched refs:AcpiOsUnmapMemory (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbxfroot.c299 AcpiOsUnmapMemory (TablePtr, ACPI_EBDA_PTR_LENGTH); in AcpiFindRootPointer()
336 AcpiOsUnmapMemory (TablePtr, EbdaWindowSize); in AcpiFindRootPointer()
368 AcpiOsUnmapMemory (TablePtr, ACPI_HI_RSDP_WINDOW_SIZE); in AcpiFindRootPointer()
H A Dtbutils.c441 AcpiOsUnmapMemory (Rsdp, sizeof (ACPI_TABLE_RSDP)); in AcpiTbParseRootTable()
458 AcpiOsUnmapMemory (Table, sizeof (ACPI_TABLE_HEADER)); in AcpiTbParseRootTable()
478 AcpiOsUnmapMemory (Table, Length); in AcpiTbParseRootTable()
521 AcpiOsUnmapMemory (Table, Length); in AcpiTbParseRootTable()
H A Dtbdata.c356 AcpiOsUnmapMemory (Table, TableLength); in AcpiTbReleaseTable()
436 AcpiOsUnmapMemory (Table, sizeof (ACPI_TABLE_HEADER)); in AcpiTbAcquireTempTable()
H A Dtbxface.c430 AcpiOsUnmapMemory (Header, sizeof (ACPI_TABLE_HEADER)); in ACPI_EXPORT_SYMBOL_INIT()
/freebsd/sys/dev/acpica/Osd/
H A DOsdMemory.c62 AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Length) in AcpiOsUnmapMemory() function
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h367 AcpiOsUnmapMemory (
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c204 AcpiOsUnmapMemory(Mm->LogicalAddress, Mm->Length); in AcpiEvSystemMemoryRegionSetup()
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c736 AcpiOsUnmapMemory ( in AcpiOsUnmapMemory() function
/freebsd/sys/dev/acpica/
H A Dacpi.c432 AcpiOsUnmapMemory(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_identify()
444 AcpiOsUnmapMemory(rsdt, sizeof(ACPI_TABLE_HEADER)); in acpi_identify()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt11700 AcpiOsUnmapMemory to free this mapping.
12080 - AcpiOsUnmapMemory for RSDP can be invoked inconsistently (BZ 357)
19745 AcpiOsUnmapMemory. (UnMap became Unmap).