Searched refs:mapped_memory (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
H A Dosunixmap.c99 u8 *mapped_memory; acpi_os_map_memory() local
117 mapped_memory = mmap(NULL, (length + offset), PROT_READ, MMAP_FLAGS, acpi_os_map_memory()
119 if (mapped_memory == MAP_FAILED) { acpi_os_map_memory()
126 return (ACPI_CAST8(mapped_memory + offset)); acpi_os_map_memory()

Completed in 137 milliseconds