Searched refs:mapped_memory (Results 1 – 1 of 1) sorted by relevance
99 u8 *mapped_memory; in acpi_os_map_memory() local117 mapped_memory = mmap(NULL, (length + offset), PROT_READ, MMAP_FLAGS, in acpi_os_map_memory()119 if (mapped_memory == MAP_FAILED) { in acpi_os_map_memory()126 return (ACPI_CAST8(mapped_memory + offset)); in acpi_os_map_memory()