HomeSort by relevance Sort by last modified time
    Searched refs:ProcessorNumber (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 113 @param ProcessorNumber The handle number of processor.
119 @retval EFI_NOT_FOUND Processor with the handle specified by ProcessorNumber does not exist.
126 IN UINTN ProcessorNumber,
151 // Check whether processor with the handle specified by ProcessorNumber exists
153 if (ProcessorNumber >= mNumberOfProcessors) {
160 ProcessorNumber,
232 UINTN ProcessorNumber;
245 WhoAmI (This, &ProcessorNumber);
246 if (ProcessorNumber != BspNumber) {
266 for (ProcessorNumber = 0; ProcessorNumber < mNumberOfProcessors; ProcessorNumber++) {
    [all...]
MpServicesOnFrameworkMpServicesThunk.h 76 UINT32 ProcessorNumber[MAX_CPU_NUMBER];
173 @param ProcessorNumber The handle number of processor.
179 @retval EFI_NOT_FOUND Processor with the handle specified by ProcessorNumber does not exist.
186 IN UINTN ProcessorNumber,
237 @param ProcessorNumber The handle number of AP..
252 @retval EFI_NOT_FOUND Processor with the handle specified by ProcessorNumber does not exist.
253 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the BSP or disabled AP.
262 IN UINTN ProcessorNumber,
276 @param ProcessorNumber The handle number of processor.
281 @retval EFI_NOT_FOUND Processor with the handle specified by ProcessorNumber does not exist.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuService.c 152 @param[in] ProcessorNumber The handle number of processor.
158 @retval EFI_INVALID_PARAMETER ProcessorNumber is invalid.
160 ProcessorNumber does not exist in the platform.
167 IN UINTN ProcessorNumber,
174 if (ProcessorNumber >= mMaxNumberOfCpus || ProcessorInfoBuffer == NULL) {
178 if (gSmmCpuPrivate->ProcessorInfo[ProcessorNumber].ProcessorId == INVALID_APIC_ID) {
185 CopyMem (ProcessorInfoBuffer, &gSmmCpuPrivate->ProcessorInfo[ProcessorNumber], sizeof (EFI_PROCESSOR_INFORMATION));
193 @param[in] ProcessorNumber The handle number of AP that is to become the new BSP.
197 @retval EFI_NOT_FOUND The processor with the handle specified by ProcessorNumber does not exist.
198 @retval EFI_INVALID_PARAMETER ProcessorNumber is invalid.
    [all...]
CpuService.h 33 @param[in] ProcessorNumber The handle number of processor.
39 @retval EFI_INVALID_PARAMETER ProcessorNumber is invalid.
41 ProcessorNumber does not exist in the platform.
48 IN UINTN ProcessorNumber,
56 @param[in] ProcessorNumber The handle number of AP that is to become the new BSP.
60 @retval EFI_NOT_FOUND The processor with the handle specified by ProcessorNumber does not exist.
61 @retval EFI_INVALID_PARAMETER ProcessorNumber is invalid.
67 IN UINTN ProcessorNumber
75 @param[out] ProcessorNumber The handle number of the hot-added processor.
79 @retval EFI_NOT_FOUND The processor with the handle specified by ProcessorNumber does not exist.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.c 150 @param ProcessorNumber Return the pocessor number found
152 @retval EFI_SUCCESS ProcessorNumber is found and returned.
153 @retval EFI_NOT_FOUND ProcessorNumber is not found.
158 OUT UINTN *ProcessorNumber
167 *ProcessorNumber = Index;
238 UINTN ProcessorNumber;
259 ProcessorNumber = PeiCpuMpData->CpuCount;
261 for (Index = 0; Index < ProcessorNumber; Index++) {
267 *NumberOfProcessors = ProcessorNumber;
289 @param[in] ProcessorNumber Pointer to the total number of logical processors in
    [all...]
PeiMpServices.h 103 @param[in] ProcessorNumber Pointer to the total number of logical processors in
111 ProcessorNumber does not exist in the platform.
118 IN UINTN ProcessorNumber,
216 @param[in] ProcessorNumber The handle number of the AP. The range is from 0 to the
238 ProcessorNumber does not exist.
239 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the BSP or disabled AP.
248 IN UINTN ProcessorNumber,
269 @param[in] ProcessorNumber The handle number of the AP. The range is from 0 to the
282 ProcessorNumber does not exist.
283 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the current BSP or a disabled
    [all...]
CpuBist.c 171 UINTN ProcessorNumber;
218 for (ProcessorNumber = 0; ProcessorNumber < PeiCpuMpData->CpuCount; ProcessorNumber ++) {
219 CpuData = &PeiCpuMpData->CpuData[ProcessorNumber];
242 PeiCpuMpData->CpuData[ProcessorNumber].ApicId,
243 PeiCpuMpData->CpuData[ProcessorNumber].Health.Uint32
CpuMpPei.c 273 UINTN ProcessorNumber;
281 ProcessorNumber = NumApsExecuting;
289 BistData = *(UINTN *) (PeiCpuMpData->Buffer + ProcessorNumber * PeiCpuMpData->CpuApStackSize - sizeof (UINTN));
290 PeiCpuMpData->CpuData[ProcessorNumber].Health.Uint32 = (UINT32) BistData;
291 PeiCpuMpData->CpuData[ProcessorNumber].ApicId = GetInitialApicId ();
292 if (PeiCpuMpData->CpuData[ProcessorNumber].ApicId >= 0xFF) {
306 PeiCpuMpData->CpuData[ProcessorNumber].State = CpuStateIdle;
311 GetProcessorNumber (PeiCpuMpData, &ProcessorNumber);
316 RestoreVolatileRegisters (&PeiCpuMpData->CpuData[ProcessorNumber].VolatileRegisters, TRUE);
319 if ((PeiCpuMpData->CpuData[ProcessorNumber].State != CpuStateDisabled) &&
    [all...]
CpuMpPei.h 248 @param ProcessorNumber The handle number of specified processor
256 IN UINTN ProcessorNumber,
275 @param ProcessorNumber Return the pocessor number found
277 @retval EFI_SUCCESS ProcessorNumber is found and returned.
278 @retval EFI_NOT_FOUND ProcessorNumber is not found.
283 OUT UINTN *ProcessorNumber
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Protocol/
SmmCpuService.h 41 @param[in] ProcessorNumber The handle number of processor.
49 ProcessorNumber does not exist in the platform.
55 IN UINTN ProcessorNumber,
73 @param[in] ProcessorNumber The handle number of AP that is to become the new
83 ProcessorNumber does not exist.
84 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the current BSP or
93 IN UINTN ProcessorNumber
105 @param ProcessorNumber The handle number of processor.
118 OUT UINTN *ProcessorNumber
139 IN UINTN ProcessorNumber
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 60 UINTN ProcessorNumber;
62 Status = CpuMpServicesWhoAmI (&mMpServicesTemplate, &ProcessorNumber);
67 return (gMPSystem.ProcessorData[ProcessorNumber].Info.StatusFlag & PROCESSOR_AS_BSP_BIT) != 0;
214 @param[in] ProcessorNumber The handle number of processor.
222 ProcessorNumber does not exist in the platform.
229 IN UINTN ProcessorNumber,
241 if (ProcessorNumber >= gMPSystem.NumberOfProcessors) {
245 CopyMem (ProcessorInfoBuffer, &gMPSystem.ProcessorData[ProcessorNumber], sizeof (EFI_PROCESSOR_INFORMATION));
625 @param[in] ProcessorNumber The handle number of the AP. The range is
681 ProcessorNumber does not exist.
    [all...]
CpuDriver.h 236 OUT UINTN *ProcessorNumber
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 64 @param[in] ProcessorNumber Pointer to the total number of logical processors in
72 ProcessorNumber does not exist in the platform.
79 IN UINTN ProcessorNumber,
136 @param[in] ProcessorNumber The handle number of the AP. The range is from 0 to the
158 ProcessorNumber does not exist.
159 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the BSP or disabled AP.
168 IN UINTN ProcessorNumber,
179 @param[in] ProcessorNumber The handle number of the AP. The range is from 0 to the
192 ProcessorNumber does not exist.
193 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the current BSP or a disabled
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 202 @param[in] ProcessorNumber The handle number of processor.
210 ProcessorNumber does not exist in the platform.
217 IN UINTN ProcessorNumber,
394 @param[in] ProcessorNumber The handle number of the AP. The range is
450 ProcessorNumber does not exist.
451 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the BSP or disabled AP.
460 IN UINTN ProcessorNumber,
482 @param[in] ProcessorNumber The handle number of AP that is to become the new
496 ProcessorNumber does not exist.
497 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the current BSP or
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkMpService.h 286 @param[in] ProcessorNumber The handle number of the processor. The range
310 ProcessorNumber does not exist.
312 ProcessorNumber does not exist.
319 IN UINTN ProcessorNumber,
454 @param[in] ProcessorNumber The handle number of AP. The range is from
497 by ProcessorNumber does not exist.
500 @retval EFI_INVALID_PARAMETER IA32, X64: ProcessorNumber specifies the BSP
502 @retval EFI_NOT_AVAILABLE_YET IPF: ProcessorNumber specifies the BSP
512 IN UINTN ProcessorNumber,
526 @param[in] ProcessorNumber The handle number of AP. The range is from 0 to
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 137 @param ProcessorNumber The specific processor number
145 IN UINTN ProcessorNumber
207 @param[in] ProcessorNumber The handle number of processor.
215 ProcessorNumber does not exist in the platform.
222 IN UINTN ProcessorNumber,
399 @param[in] ProcessorNumber The handle number of the AP. The range is
455 ProcessorNumber does not exist.
456 @retval EFI_INVALID_PARAMETER ProcessorNumber specifies the BSP or disabled AP.
465 IN UINTN ProcessorNumber,
487 @param[in] ProcessorNumber The handle number of AP that is to become the new
    [all...]
CpuMp.c 269 UINTN ProcessorNumber;
275 for (ProcessorNumber = 0; ProcessorNumber < mMpSystemData.NumberOfProcessors; ProcessorNumber++) {
276 CpuData = &mMpSystemData.CpuDatas[ProcessorNumber];
330 UINTN ProcessorNumber;
333 for (ProcessorNumber = 0; ProcessorNumber < mMpSystemData.NumberOfProcessors; ProcessorNumber++) {
334 CpuData = &mMpSystemData.CpuDatas[ProcessorNumber];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 152 return ((er->EventHeader.Flags & EVENT_HEADER_FLAG_PROCESSOR_INDEX) != 0 ? er->BufferContext.ProcessorIndex : er->BufferContext.ProcessorNumber);
evntrace.h 583 UCHAR ProcessorNumber;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.S 25 #define ProcessorNumber RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x20
120 addl $ProcessorNumber, %edi
MpFuncs.asm 112 add edi, ProcessorNumber
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/
EsalRuntimeLib.h 844 IN UINT64 ProcessorNumber,
857 ProcessorNumber - TODO: add argument description
SalDriverLib.h 1210 IN UINT64 ProcessorNumber,
1221 ProcessorNumber - Processor number
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClassMemory.h 46 UINT32 ProcessorNumber;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 88 ULONG ProcessorNumber;
114 ULONG ProcessorNumber;

Completed in 1263 milliseconds

1 2