HomeSort by relevance Sort by last modified time
    Searched defs:NumberOfCpus (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
SecPlatformInformation2.h 48 UINT32 NumberOfCpus;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 134 UINTN NumberOfCpus;
181 &NumberOfCpus,
185 AcpiCpuData->NumberOfCpus = (UINT32)NumberOfCpus;
200 Stack = AllocateAcpiNvsMemoryBelow4G (NumberOfCpus * AcpiCpuData->StackSize);
226 TableSize = 2 * NumberOfCpus * sizeof (CPU_REGISTER_TABLE);
229 for (Index = 0; Index < NumberOfCpus; Index++) {
242 RegisterTable[NumberOfCpus + Index].InitialApicId = (UINT32)ProcessorInfoBuffer.ProcessorId;
243 RegisterTable[NumberOfCpus + Index].TableLength = 0;
244 RegisterTable[NumberOfCpus + Index].AllocatedSize = 0;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
AcpiVariableCompatibility.h 41 UINT32 NumberOfCpus;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h 100 // The total size of this buffer, in bytes, is NumberOfCpus * StackSize. This
114 UINT32 NumberOfCpus;
125 // NumberOfCpus entries. This array must be allocated below 4GB from memory
135 // NumberOfCpus entries. This array must be allocated below 4GB from memory
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
PiSmmDefinition.h 275 /// A number between zero and the NumberOfCpus field. This field designates which
283 UINTN NumberOfCpus;
287 /// NumberOfCpus entries in the array.
293 /// save state area. There are always NumberOfCpus entries in the array.
356 /// A number between zero and and the NumberOfCpus field. This field designates
363 UINTN NumberOfCpus;
367 /// NumberOfCpus entries in the array.
373 /// save state area. There are always NumberOfCpus entries in the array.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxPeiLib.c 59 UINT64 NumberOfCpus;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h 217 /// A number between zero and the NumberOfCpus field. This field designates which
225 UINTN NumberOfCpus;
229 /// NumberOfCpus entries in the array.
235 /// save state area. There are always NumberOfCpus entries in the array.
298 /// A number between zero and and the NumberOfCpus field. This field designates
305 UINTN NumberOfCpus;
309 /// NumberOfCpus entries in the array.
315 /// save state area. There are always NumberOfCpus entries in the array.
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPei.c 93 UINT64 NumberOfCpus;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 498 UINTN NumberOfCpus;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 517 /// A 1-relative number between 1 and the NumberOfCpus field. This field designates
527 UINTN NumberOfCpus;
535 /// The size of this entire table is NumberOfCpus* size of the

Completed in 161 milliseconds