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

  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c     [all...]
AtapiPassThru.h     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuMpPei.c 141 If the timeout specified by TimeoutInMicroSeconds expires before all APs return
157 TimeoutInMicroSeconds expires.
169 @param[in] TimeoutInMicroSeconds
197 IN UINTN TimeoutInMicroSeconds,
205 TimeoutInMicroSeconds,
221 If the timeout specified by TimeoutInMicroseconds expires before the AP returns
235 @param[in] TimeoutInMicroseconds
264 IN UINTN TimeoutInMicroseconds,
272 TimeoutInMicroseconds,
CpuMpPei.h 130 If the timeout specified by TimeoutInMicroSeconds expires before all APs return
146 TimeoutInMicroSeconds expires.
158 @param[in] TimeoutInMicroSeconds
186 IN UINTN TimeoutInMicroSeconds,
200 If the timeout specified by TimeoutInMicroseconds expires before the AP returns
214 @param[in] TimeoutInMicroseconds
243 IN UINTN TimeoutInMicroseconds,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciHotPlugSupport.h 154 @param TimeoutInMicroSeconds Microseconds to wait for all root HPCs' initialization.
162 IN UINTN TimeoutInMicroSeconds
PciHotPlugSupport.c 238 @param TimeoutInMicroSeconds Microseconds to wait for all root HPCs' initialization.
246 IN UINTN TimeoutInMicroSeconds
252 Delay = (UINT32) ((TimeoutInMicroSeconds / 30) + 1);
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 96 @param[in] TimeoutInMicroSeconds
124 IN UINTN TimeoutInMicroSeconds,
140 @param[in] TimeoutInMicroSeconds
169 IN UINTN TimeoutInMicroseconds,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 242 If the timeout specified by TimeoutInMicroseconds expires before all APs return
258 TimeoutInMicroSeconds expires.
300 or TimeoutInMicroSeconds expires. If it's
305 all return from Procedure, or TimeoutInMicroSeconds
364 IN UINTN TimeoutInMicroSeconds,
384 If the timeout specified by TimeoutInMicroseconds expires before the AP returns
402 or TimeoutInMicroSeconds expires. If it's
407 return from Procedure or TimeoutInMicroSeconds
462 IN UINTN TimeoutInMicroseconds,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 202 @param TimeoutInMicroSeconds The time limit in microseconds for this AP to finish the function.
224 IN UINTN TimeoutInMicroSeconds,
241 @param TimeoutInMicroseconds The time limit in microseconds for this AP to finish the function.
264 IN UINTN TimeoutInMicroseconds,
396 If TimeoutInMicroseconds is 0, return value is also 0, which is recognized
399 @param TimeoutInMicroseconds Timeout value in microseconds.
403 If TimeoutInMicroseconds is 0, return value is also 0, which is recognized
409 IN UINTN TimeoutInMicroseconds,
MpServicesOnFrameworkMpServicesThunk.c 204 @param TimeoutInMicroSeconds The time limit in microseconds for this AP to finish the function.
226 IN UINTN TimeoutInMicroSeconds,
338 mMPSystemData.ExpectedTime = CalculateTimeout (TimeoutInMicroSeconds, &mMPSystemData.CurrentTime);
373 @param TimeoutInMicroseconds The time limit in microseconds for this AP to finish the function.
396 IN UINTN TimeoutInMicroseconds,
483 CpuData->ExpectedTime = CalculateTimeout (TimeoutInMicroseconds, &CpuData->CurrentTime);
996 If TimeoutInMicroseconds is 0, return value is also 0, which is recognized
999 @param TimeoutInMicroseconds Timeout value in microseconds.
1003 If TimeoutInMicroseconds is 0, return value is also 0, which is recognized
1009 IN UINTN TimeoutInMicroseconds,
    [all...]

Completed in 586 milliseconds