Lines Matching defs:mapping
96 * Does the request fit into the cached memory mapping?
97 * Is 1) Address below the current mapping? OR
98 * 2) Address beyond the current mapping?
103 * The request cannot be resolved by the current memory mapping.
105 * Look for an existing saved mapping covering the address range
128 "Unable to save memory mapping at 0x%8.8X%8.8X, size %u",
142 * If mapping the entire remaining portion of the region will cross
144 * On some systems, crossing a page boundary while mapping regions
148 * This has the added benefit of constraining a single mapping to
162 /* Create a new mapping starting at the address given */
174 /* Save the physical address and mapping size */
182 * current mapping.
512 struct acpi_data_table_mapping *mapping;
517 mapping = (struct acpi_data_table_mapping *) region_context;
518 pointer = ACPI_CAST_PTR(char, mapping->pointer) +
519 (address - ACPI_PTR_TO_PHYSADDR(mapping->pointer));