Searched defs:SubIndex (Results 1 - 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
H A DCpuIdEx.c21 IN UINT32 SubIndex,
30 mov ecx, SubIndex
19 AsmCpuidEx( IN UINT32 Index, IN UINT32 SubIndex, OUT UINT32 *RegisterEax, OPTIONAL OUT UINT32 *RegisterEbx, OPTIONAL OUT UINT32 *RegisterEcx, OPTIONAL OUT UINT32 *RegisterEdx OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
H A DCpuIdEx.c19 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
49 AsmCpuidEx( IN UINT32 Index, IN UINT32 SubIndex, OUT UINT32 *RegisterEax, OPTIONAL OUT UINT32 *RegisterEbx, OPTIONAL OUT UINT32 *RegisterEcx, OPTIONAL OUT UINT32 *RegisterEdx OPTIONAL ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/
H A DAcpiVariableHobOnSmramReserveHobThunk.c73 UINTN SubIndex; local
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/PiSmmCpuDxeSmm/
H A DCpuService.c53 UINT32 SubIndex; local
113 SubIndex = 1;
115 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, SubIndex, &RegEax, NULL, &RegEcx, NULL);
121 SubIndex++;
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRuntimeMemAllocation.c138 UINTN SubIndex; local
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
[all...]
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c637 UINTN SubIndex; local
765 for (SubIndex = 0; SubIndex < 8; SubIndex++) {
766 MtrrType = (UINT8) RShiftU64 (RegValue, SubIndex * 8);
785 BaseAddress = mFixedMtrrTable[Index].BaseAddress + mFixedMtrrTable[Index].Length * SubIndex;
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
H A DPeiMpServices.c56 UINT32 SubIndex; local
111 SubIndex = 1;
113 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, SubIndex, &RegEax, NULL, &RegEcx, NULL);
119 SubIndex++;
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
H A DFSVariable.c671 UINTN SubIndex; local
675 SubIndex = 0;
695 if ((*Supported == '\0') && (SubIndex != Index)) {
703 if (SubIndex == Index) {
712 SubIndex++;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c484 UINTN SubIndex; local
488 SubIndex = 0;
508 if ((*Supported == '\0') && (SubIndex != Index)) {
516 if (SubIndex == Index) {
525 SubIndex++;
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
H A DMtrrLib.c1143 UINTN SubIndex; local
1182 SubIndex =
1190 MtrrType = RShiftU64 (TempQword, SubIndex * 8) & 0xFF;
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
H A DMtrrLib.c1138 UINTN SubIndex; local
1177 SubIndex =
1185 MtrrType = RShiftU64 (TempQword, SubIndex * 8) & 0xFF;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c53 UINT16 SubIndex; local
97 for (SubIndex = 0; String[SubIndex] != 0; SubIndex++) {
98 DEBUG ((EFI_D_INFO, "%c", String[SubIndex]));
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c1416 UINTN SubIndex; local
1420 SubIndex = 0;
1440 if ((*Supported == '\0') && (SubIndex != Index)) {
1448 if (SubIndex == Index) {
1457 SubIndex++;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c1483 UINTN SubIndex; local
1487 SubIndex = 0;
1507 if ((*Supported == '\0') && (SubIndex != Index)) {
1515 if (SubIndex == Index) {
1524 SubIndex++;

Completed in 297 milliseconds