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

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 140 EFI_PROCESSOR_INFORMATION ProcessorInfoBuffer;
233 &ProcessorInfoBuffer
237 RegisterTable[Index].InitialApicId = (UINT32)ProcessorInfoBuffer.ProcessorId;
242 RegisterTable[NumberOfCpus + Index].InitialApicId = (UINT32)ProcessorInfoBuffer.ProcessorId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 114 @param ProcessorInfoBuffer A pointer to the buffer where information for the requested processor is deposited.
118 @retval EFI_INVALID_PARAMETER ProcessorInfoBuffer is NULL
127 OUT EFI_PROCESSOR_INFORMATION *ProcessorInfoBuffer
144 // Check parameter ProcessorInfoBuffer
146 if (ProcessorInfoBuffer == NULL) {
166 ProcessorInfoBuffer->ProcessorId = (UINT64) ProcessorContextBuffer.ApicID;
171 ProcessorInfoBuffer->StatusFlag = 0;
174 ProcessorInfoBuffer->StatusFlag |= PROCESSOR_ENABLED_BIT;
178 ProcessorInfoBuffer->StatusFlag |= PROCESSOR_AS_BSP_BIT;
182 ProcessorInfoBuffer->StatusFlag |= PROCESSOR_HEALTH_STATUS_BIT;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 237 EFI_PROCESSOR_INFORMATION ProcessorInfoBuffer;
382 &ProcessorInfoBuffer
385 if (Status == EFI_SUCCESS && ProcessorInfoBuffer.ProcessorId == ApicPtr->AcpiLocalApic.ApicId) {
389 if ((BspIndex == CurrProcessor) || ((ProcessorInfoBuffer.StatusFlag & PROCESSOR_ENABLED_BIT) != 0)) {
399 if(ProcessorInfoBuffer.Location.Thread != 0) {
    [all...]

Completed in 146 milliseconds