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

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
MadtPlatform.c 141 IN INTN NumberOfCPUs
147 sizeof (EFI_ACPI_2_0_PROCESSOR_LOCAL_APIC_STRUCTURE) * NumberOfCPUs +
156 for (Index = 0; Index < NumberOfCPUs; Index ++ ) {
185 UINTN NumberOfCPUs;
215 &NumberOfCPUs,
218 //ASSERT (NumberOfCPUs <= 2 && NumberOfCPUs > 0);
219 MadtSize = GetAcutalMadtTableSize (&MadtConfigData, NumberOfCPUs);
239 for (Index = 0;Index < NumberOfCPUs; Index++) {
284 for (Index = 0;Index < NumberOfCPUs; Index++) {
    [all...]
AcpiPlatform.c 256 UINTN NumberOfCPUs;
285 &NumberOfCPUs,

Completed in 58 milliseconds