Lines Matching refs:Index
36 UINTN Index;
52 for (Index = 0; Index < 0x400 ; Index += 16) {
53 if (*(UINT64 *)(Address + Index) == EFI_ACPI_3_0_ROOT_SYSTEM_DESCRIPTION_POINTER_SIGNATURE) {
84 UINTN Index;
100 for (Index = 0; Index < 0x400 ; Index += 16) {
101 if (*(UINT32 *)(Address + Index) == MPS_PTR) {
129 UINTN Index;
139 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
157 UINTN Index;
168 for (Index = 0; Index < EntryCount; Index ++) {
169 CopyMem (&EntryPtr, (VOID *)(BasePtr + Index * sizeof(UINT64)), sizeof(UINT64));
252 UINTN Index;
266 for (Index = 0; Index < McfgCount; Index++) {
267 if (Mcfg[Index].PciSegmentGroupNumber == 0) {
268 Hob->PciExpress.PciExpressBaseAddressInfo.PciExpressBaseAddress = Mcfg[Index].BaseAddress;