Home | History | Annotate | Download | only in executer

Lines Matching defs:Mapping

246      * Does the request fit into the cached memory mapping?
247 * Is 1) Address below the current mapping? OR
248 * 2) Address beyond the current mapping?
254 * The request cannot be resolved by the current memory mapping.
256 * Look for an existing saved mapping covering the address range
287 "Unable to save memory mapping at 0x%8.8X%8.8X, size %u",
305 /* Create a new mapping starting at the address given */
317 /* Save the physical address and mapping size */
325 * current mapping.
676 ACPI_DATA_TABLE_MAPPING *Mapping;
683 Mapping = (ACPI_DATA_TABLE_MAPPING *) RegionContext;
684 Pointer = ACPI_CAST_PTR (char, Mapping->Pointer) +
685 (Address - ACPI_PTR_TO_PHYSADDR (Mapping->Pointer));