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