Lines Matching defs:Pointer
60 * Value - Pointer to in or out value
61 * HandlerContext - Pointer to Handler's context
62 * RegionContext - Pointer to context specific to the
328 * Value - Pointer to in or out value
329 * HandlerContext - Pointer to Handler's context
330 * RegionContext - Pointer to context specific to the
393 * Value - Pointer to in or out value
394 * HandlerContext - Pointer to Handler's context
395 * RegionContext - Pointer to context specific to the
474 * Value - Pointer to in or out value
475 * HandlerContext - Pointer to Handler's context
476 * RegionContext - Pointer to context specific to the
511 * Value - Pointer to in or out value
512 * HandlerContext - Pointer to Handler's context
513 * RegionContext - Pointer to context specific to the
548 * Value - Pointer to in or out value
549 * HandlerContext - Pointer to Handler's context
550 * RegionContext - Pointer to context specific to the
569 char *Pointer;
576 Pointer = ACPI_CAST_PTR (char, Mapping->Pointer) +
577 (Address - ACPI_PTR_TO_PHYSADDR (Mapping->Pointer));
587 memcpy (ACPI_CAST_PTR (char, Value), Pointer, ACPI_DIV_8 (BitWidth));
592 memcpy (Pointer, ACPI_CAST_PTR (char, Value), ACPI_DIV_8 (BitWidth));