Home
last modified time | relevance | path

Searched refs:SubIndex (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbCmdBranch.c67 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 …]
DEdbSupportUI.c219 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()
DEdbHook.c428 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()
DEdbCmdSymbol.c210 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()
DEdbSymbol.c481 UINTN SubIndex; in EbdFindSymbolAddress() local
517 for (SubIndex = 0; SubIndex < Object->EntryCount; SubIndex++, Entry++) { in EbdFindSymbolAddress()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DRuntimeMemAllocation.c138 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/
DSmmStmSupport.c41 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/
DAcpiVariableHobOnSmramReserveHobThunk.c73 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/
DCpuIdEx.c51 IN UINT32 SubIndex, in AsmCpuidEx() argument
60 mov ecx, SubIndex in AsmCpuidEx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DCpuIdEx.c21 IN UINT32 SubIndex, in AsmCpuidEx() argument
30 mov ecx, SubIndex in AsmCpuidEx()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c652 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/
DSmmStm.c720 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/
DBaseXApicLib.c979 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/
DBaseXApicX2ApicLib.c1074 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/
DEmuVariable.c484 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/
DFSVariable.c671 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/
DLegacyBootSupport.c53 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/
DMtrrLib.c1141 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/
DMtrrLib.c1165 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/
DVariable.c1416 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/
DVariable.c1520 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/
DBaseLib.h5735 IN UINT32 SubIndex,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueBaseLib.h5231 IN UINT32 SubIndex,