HomeSort by relevance Sort by last modified time
    Searched refs:SubIndex (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdBranch.c 67 UINTN SubIndex;
161 for (SubIndex = 0; SubIndex < ParameterNumber - 1; SubIndex++) {
162 if (SubIndex % 2 == 0) {
167 CallStackEntry->Parameter[SubIndex]
169 if (SubIndex % 2 == 1) {
173 if (SubIndex % 2 == 0) {
178 CallStackEntry->Parameter[SubIndex]
202 for (SubIndex = 0; SubIndex < ParameterNumber - 1; SubIndex++) {
    [all...]
EdbSupportUI.c 219 UINTN SubIndex;
420 for (SubIndex = 0; SubIndex < EFI_DEBUG_INPUS_BUFFER_SIZE - (StartColumn - EFI_DEBUG_PROMPT_COLUMN); SubIndex++) {
421 mBackupSpace[SubIndex] = L' ';
461 for (SubIndex = 0; SubIndex < EFI_DEBUG_INPUS_BUFFER_SIZE - (Column - EFI_DEBUG_PROMPT_COLUMN); SubIndex++) {
462 mBackupSpace[SubIndex] = L' ';
EdbHook.c 428 UINTN SubIndex;
452 for (SubIndex = 0; Object[Index].SourceBuffer[SubIndex] != NULL; SubIndex++) {
453 gBS->FreePool (Object[Index].SourceBuffer[SubIndex]);
454 Object[Index].SourceBuffer[SubIndex] = NULL;
EdbCmdSymbol.c 210 UINTN SubIndex;
257 for (SubIndex = 0; SubIndex < Object->EntryCount; SubIndex++, Entry++) {
266 if (((SubIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) &&
267 (SubIndex != 0)) {
EdbSymbol.c 481 UINTN SubIndex;
517 for (SubIndex = 0; SubIndex < Object->EntryCount; SubIndex++, Entry++) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmmStmSupport.c 41 UINTN SubIndex;
59 for (SubIndex = 0; SubIndex < SIZE_4KB / sizeof (*Pte); SubIndex++) {
60 *Pte = (((Index << 9) + SubIndex) << 21) | IA32_PG_PS | IA32_PG_RW | IA32_PG_P;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
RuntimeMemAllocation.c 138 UINTN SubIndex;
151 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) {
152 if ((mRTPageTable->Pages[SubIndex + Index].PageFlag & RT_PAGE_USED) != 0) {
157 if (SubIndex == ReqPages) {
167 while ((mRTPageTable->Pages[SubIndex + Index].PageFlag & RT_PAGE_USED) != 0) {
168 SubIndex++;
171 Index += SubIndex;
182 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
CpuIdEx.c 21 IN UINT32 SubIndex,
30 mov ecx, SubIndex
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
CpuIdEx.c 19 and ECX set to the value specified by SubIndex. This function always returns
29 @param SubIndex The 32-bit value to load into ECX prior to invoking the
51 IN UINT32 SubIndex,
60 mov ecx, SubIndex
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/
AcpiVariableHobOnSmramReserveHobThunk.c 73 UINTN SubIndex;
145 for (SubIndex = Index; SubIndex < NewDescriptorBlock->NumberOfSmmReservedRegions - 1; SubIndex++) {
146 CopyMem (&NewDescriptorBlock->Descriptor[SubIndex], &NewDescriptorBlock->Descriptor[SubIndex + 1], sizeof (EFI_SMRAM_DESCRIPTOR));
151 ZeroMem (&NewDescriptorBlock->Descriptor[SubIndex], sizeof(EFI_SMRAM_DESCRIPTOR));
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 652 UINTN SubIndex;
780 for (SubIndex = 0; SubIndex < 8; SubIndex++) {
781 MtrrType = (UINT8) RShiftU64 (RegValue, SubIndex * 8);
800 BaseAddress = mFixedMtrrTable[Index].BaseAddress + mFixedMtrrTable[Index].Length * SubIndex;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c 979 UINT32 SubIndex;
1047 SubIndex = 1;
1051 SubIndex,
1062 SubIndex++;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.c 1074 UINT32 SubIndex;
1142 SubIndex = 1;
1146 SubIndex,
1157 SubIndex++;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
SmmStm.c 720 UINTN SubIndex;
789 for (SubIndex = 0; SubIndex <= Resource->PciCfg.LastNodeIndex; SubIndex++) {
790 if ((Resource->PciCfg.PciDevicePath[SubIndex].PciDevice > 0x1F) || (Resource->PciCfg.PciDevicePath[SubIndex].PciFunction > 7)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 484 UINTN SubIndex;
488 SubIndex = 0;
508 if ((*Supported == '\0') && (SubIndex != Index)) {
516 if (SubIndex == Index) {
525 SubIndex++;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.c 671 UINTN SubIndex;
675 SubIndex = 0;
695 if ((*Supported == '\0') && (SubIndex != Index)) {
703 if (SubIndex == Index) {
712 SubIndex++;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c 1165 UINTN SubIndex;
1204 SubIndex =
1212 MtrrType = RShiftU64 (TempQword, SubIndex * 8) & 0xFF;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBootSupport.c 53 UINT16 SubIndex;
97 for (SubIndex = 0; String[SubIndex] != 0; SubIndex++) {
98 DEBUG ((EFI_D_INFO, "%c", String[SubIndex]));
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
MtrrLib.c 1141 UINTN SubIndex;
1180 SubIndex =
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]

Completed in 543 milliseconds