Home | History | Annotate | Download | only in AcpiPlatform

Lines Matching refs:CurrPtr

207   UINT8                                                       *CurrPtr;

242 CurrPtr = NULL;
346 CurrPtr = (UINT8 *) &((EFI_ACPI_DESCRIPTION_HEADER *) Table)[1];
347 CurrPtr = CurrPtr + 8;
354 while (CurrPtr < EndPtr) {
355 ApicPtr = (ACPI_APIC_STRUCTURE_PTR *) CurrPtr;
413 IOApicType = (EFI_ACPI_3_0_IO_APIC_STRUCTURE *)CurrPtr;
421 CurrPtr = CurrPtr + ApicPtr->AcpiApicCommon.Length;