/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
D | EdbCmdBranch.c | 67 UINTN SubIndex; in DebuggerCallStack() local 161 for (SubIndex = 0; SubIndex < ParameterNumber - 1; SubIndex++) { in DebuggerCallStack() 162 if (SubIndex % 2 == 0) { in DebuggerCallStack() 167 CallStackEntry->Parameter[SubIndex] in DebuggerCallStack() 169 if (SubIndex % 2 == 1) { in DebuggerCallStack() 173 if (SubIndex % 2 == 0) { in DebuggerCallStack() 178 CallStackEntry->Parameter[SubIndex] in DebuggerCallStack() 202 for (SubIndex = 0; SubIndex < ParameterNumber - 1; SubIndex++) { in DebuggerCallStack() 203 if (SubIndex % 4 == 0) { in DebuggerCallStack() 208 CallStackEntry->Parameter[SubIndex] in DebuggerCallStack() [all …]
|
D | EdbSupportUI.c | 219 UINTN SubIndex; in Input() local 420 …for (SubIndex = 0; SubIndex < EFI_DEBUG_INPUS_BUFFER_SIZE - (StartColumn - EFI_DEBUG_PROMPT_COLUMN… in Input() 421 mBackupSpace[SubIndex] = L' '; in Input() 461 …for (SubIndex = 0; SubIndex < EFI_DEBUG_INPUS_BUFFER_SIZE - (Column - EFI_DEBUG_PROMPT_COLUMN); Su… in Input() 462 mBackupSpace[SubIndex] = L' '; in Input()
|
D | EdbHook.c | 428 UINTN SubIndex; in EbcDebuggerHookUnload() local 452 for (SubIndex = 0; Object[Index].SourceBuffer[SubIndex] != NULL; SubIndex++) { in EbcDebuggerHookUnload() 453 gBS->FreePool (Object[Index].SourceBuffer[SubIndex]); in EbcDebuggerHookUnload() 454 Object[Index].SourceBuffer[SubIndex] = NULL; in EbcDebuggerHookUnload()
|
D | EdbCmdSymbol.c | 210 UINTN SubIndex; in DebuggerDisplaySymbolAccrodingToName() local 257 for (SubIndex = 0; SubIndex < Object->EntryCount; SubIndex++, Entry++) { in DebuggerDisplaySymbolAccrodingToName() 266 if (((SubIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) && in DebuggerDisplaySymbolAccrodingToName() 267 (SubIndex != 0)) { in DebuggerDisplaySymbolAccrodingToName()
|
D | EdbSymbol.c | 481 UINTN SubIndex; in EbdFindSymbolAddress() local 517 for (SubIndex = 0; SubIndex < Object->EntryCount; SubIndex++, Entry++) { in EbdFindSymbolAddress()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | RuntimeMemAllocation.c | 138 UINTN SubIndex; in LookupFreeMemRegion() local 151 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) { in LookupFreeMemRegion() 152 if ((mRTPageTable->Pages[SubIndex + Index].PageFlag & RT_PAGE_USED) != 0) { in LookupFreeMemRegion() 157 if (SubIndex == ReqPages) { in LookupFreeMemRegion() 167 while ((mRTPageTable->Pages[SubIndex + Index].PageFlag & RT_PAGE_USED) != 0) { in LookupFreeMemRegion() 168 SubIndex++; in LookupFreeMemRegion() 171 Index += SubIndex; in LookupFreeMemRegion() 182 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) { in LookupFreeMemRegion() 183 if ((mRTPageTable->Pages[SubIndex + Index].PageFlag & RT_PAGE_USED) != 0) { in LookupFreeMemRegion() 188 if (SubIndex == ReqPages) { in LookupFreeMemRegion() [all …]
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
D | SmmStmSupport.c | 41 UINTN SubIndex; in StmGen4GPageTable() local 59 for (SubIndex = 0; SubIndex < SIZE_4KB / sizeof (*Pte); SubIndex++) { in StmGen4GPageTable() 60 *Pte = (((Index << 9) + SubIndex) << 21) | IA32_PG_PS | IA32_PG_RW | IA32_PG_P; in StmGen4GPageTable()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/ |
D | AcpiVariableHobOnSmramReserveHobThunk.c | 73 UINTN SubIndex; in SplitSmramReserveHob() local 145 …for (SubIndex = Index; SubIndex < NewDescriptorBlock->NumberOfSmmReservedRegions - 1; SubIndex++) { in SplitSmramReserveHob() 146 …CopyMem (&NewDescriptorBlock->Descriptor[SubIndex], &NewDescriptorBlock->Descriptor[SubIndex + 1],… in SplitSmramReserveHob() 151 ZeroMem (&NewDescriptorBlock->Descriptor[SubIndex], sizeof(EFI_SMRAM_DESCRIPTOR)); in SplitSmramReserveHob()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | CpuIdEx.c | 51 IN UINT32 SubIndex, in AsmCpuidEx() argument 60 mov ecx, SubIndex in AsmCpuidEx()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | CpuIdEx.c | 21 IN UINT32 SubIndex, in AsmCpuidEx() argument 30 mov ecx, SubIndex in AsmCpuidEx()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/ |
D | CpuDxe.c | 652 UINTN SubIndex; in RefreshGcdMemoryAttributes() local 780 for (SubIndex = 0; SubIndex < 8; SubIndex++) { in RefreshGcdMemoryAttributes() 781 MtrrType = (UINT8) RShiftU64 (RegValue, SubIndex * 8); in RefreshGcdMemoryAttributes() 800 … BaseAddress = mFixedMtrrTable[Index].BaseAddress + mFixedMtrrTable[Index].Length * SubIndex; in RefreshGcdMemoryAttributes()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/ |
D | SmmStm.c | 720 UINTN SubIndex; in ValidateResource() local 789 for (SubIndex = 0; SubIndex <= Resource->PciCfg.LastNodeIndex; SubIndex++) { in ValidateResource() 790 …if ((Resource->PciCfg.PciDevicePath[SubIndex].PciDevice > 0x1F) || (Resource->PciCfg.PciDevicePath… in ValidateResource()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/ |
D | BaseXApicLib.c | 979 UINT32 SubIndex; in GetProcessorLocationByApicId() local 1047 SubIndex = 1; in GetProcessorLocationByApicId() 1051 SubIndex, in GetProcessorLocationByApicId() 1062 SubIndex++; in GetProcessorLocationByApicId()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/ |
D | BaseXApicX2ApicLib.c | 1074 UINT32 SubIndex; in GetProcessorLocationByApicId() local 1142 SubIndex = 1; in GetProcessorLocationByApicId() 1146 SubIndex, in GetProcessorLocationByApicId() 1157 SubIndex++; in GetProcessorLocationByApicId()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/ |
D | EmuVariable.c | 484 UINTN SubIndex; in GetLangFromSupportedLangCodes() local 488 SubIndex = 0; in GetLangFromSupportedLangCodes() 508 if ((*Supported == '\0') && (SubIndex != Index)) { in GetLangFromSupportedLangCodes() 516 if (SubIndex == Index) { in GetLangFromSupportedLangCodes() 525 SubIndex++; in GetLangFromSupportedLangCodes()
|
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/ |
D | FSVariable.c | 671 UINTN SubIndex; in GetLangFromSupportedLangCodes() local 675 SubIndex = 0; in GetLangFromSupportedLangCodes() 695 if ((*Supported == '\0') && (SubIndex != Index)) { in GetLangFromSupportedLangCodes() 703 if (SubIndex == Index) { in GetLangFromSupportedLangCodes() 712 SubIndex++; in GetLangFromSupportedLangCodes()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBootSupport.c | 53 UINT16 SubIndex; in PrintBbsTable() local 97 for (SubIndex = 0; String[SubIndex] != 0; SubIndex++) { in PrintBbsTable() 98 DEBUG ((EFI_D_INFO, "%c", String[SubIndex])); in PrintBbsTable()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/ |
D | MtrrLib.c | 1141 UINTN SubIndex; in MtrrGetMemoryAttributeByAddressWorker() local 1180 SubIndex = in MtrrGetMemoryAttributeByAddressWorker() 1188 MtrrType = RShiftU64 (TempQword, SubIndex * 8) & 0xFF; in MtrrGetMemoryAttributeByAddressWorker()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/ |
D | MtrrLib.c | 1165 UINTN SubIndex; in MtrrGetMemoryAttributeByAddressWorker() local 1204 SubIndex = in MtrrGetMemoryAttributeByAddressWorker() 1212 MtrrType = RShiftU64 (TempQword, SubIndex * 8) & 0xFF; in MtrrGetMemoryAttributeByAddressWorker()
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
D | Variable.c | 1416 UINTN SubIndex; in GetLangFromSupportedLangCodes() local 1420 SubIndex = 0; in GetLangFromSupportedLangCodes() 1440 if ((*Supported == '\0') && (SubIndex != Index)) { in GetLangFromSupportedLangCodes() 1448 if (SubIndex == Index) { in GetLangFromSupportedLangCodes() 1457 SubIndex++; in GetLangFromSupportedLangCodes()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
D | Variable.c | 1520 UINTN SubIndex; in GetLangFromSupportedLangCodes() local 1524 SubIndex = 0; in GetLangFromSupportedLangCodes() 1544 if ((*Supported == '\0') && (SubIndex != Index)) { in GetLangFromSupportedLangCodes() 1552 if (SubIndex == Index) { in GetLangFromSupportedLangCodes() 1561 SubIndex++; in GetLangFromSupportedLangCodes()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | BaseLib.h | 5735 IN UINT32 SubIndex,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueBaseLib.h | 5231 IN UINT32 SubIndex,
|