Lines Matching defs:Pointer
168 * Value - Pointer to in or out value
169 * HandlerContext - Pointer to Handler's context
170 * RegionContext - Pointer to context specific to the
436 * Value - Pointer to in or out value
437 * HandlerContext - Pointer to Handler's context
438 * RegionContext - Pointer to context specific to the
501 * Value - Pointer to in or out value
502 * HandlerContext - Pointer to Handler's context
503 * RegionContext - Pointer to context specific to the
582 * Value - Pointer to in or out value
583 * HandlerContext - Pointer to Handler's context
584 * RegionContext - Pointer to context specific to the
619 * Value - Pointer to in or out value
620 * HandlerContext - Pointer to Handler's context
621 * RegionContext - Pointer to context specific to the
656 * Value - Pointer to in or out value
657 * HandlerContext - Pointer to Handler's context
658 * RegionContext - Pointer to context specific to the
677 char *Pointer;
684 Pointer = ACPI_CAST_PTR (char, Mapping->Pointer) +
685 (Address - ACPI_PTR_TO_PHYSADDR (Mapping->Pointer));
695 memcpy (ACPI_CAST_PTR (char, Value), Pointer, ACPI_DIV_8 (BitWidth));
700 memcpy (Pointer, ACPI_CAST_PTR (char, Value), ACPI_DIV_8 (BitWidth));