HomeSort by relevance Sort by last modified time
    Searched refs:Tpl (Results 26 - 38 of 38) sorted by null

12

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 495 EFI_TPL Tpl;
504 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
629 gBS->RestoreTPL (Tpl);
687 EFI_TPL Tpl;
694 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
743 gBS->RestoreTPL (Tpl);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 565 EFI_TPL Tpl;
581 level. Since there is no-premption (at any TPL) or
583 of raising to the locks TPL.
605 #define EFI_INITIALIZE_LOCK_VARIABLE(Tpl) {Tpl,0,0}
639 level. Since there is no-premption (at any TPL) or
641 of raising to the locks TPL.
832 NotifyTpl - Maximum TPL to single the NotifyFunction.
890 NotifyTpl - Maximum TPL to singnal the NotifyFunction.
915 or removed while performing continued search, by e.g., rising the TPL and not
    [all...]
EfiRuntimeLib.h 339 NotifyTpl - Maximum TPL to single the NotifyFunction.
359 EFI_TPL Tpl;
375 level. Since there is no-premption (at any TPL) or
377 of raising to the locks TPL.
399 #define EFI_INITIALIZE_LOCK_VARIABLE(Tpl) {Tpl,0,0}
434 level. Since there is no-premption (at any TPL) or
436 of raising to the locks TPL.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.inf 66 Event/Tpl.c
DxeMain.h 241 /// Tpl of started image
242 EFI_TPL Tpl;
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 154 EFI_TPL Tpl;
163 Tpl = gBS->RaiseTPL (TPL_NOTIFY);
172 gBS->RestoreTPL (Tpl);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.c 717 return the current TPL, copied from the EDKII glue lib.
721 @return Current TPL.
729 EFI_TPL Tpl;
731 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);
732 gBS->RestoreTPL (Tpl);
734 return Tpl;
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Misc.c 258 ASSERT (EfiGetCurrentTpl () == FatTaskLock.Tpl);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.c 73 // First try to get log time at TPL level <= TPL_CALLBACK.
443 FilterDriver->Tpl = FilterTpl;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 62 0, // Tpl
169 Image->Tpl = gEfiCurrentTpl;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 60 EFI_TPL Tpl;
151 If NotifyTpl is not a legal TPL value, then ASSERT().
184 If NotifyTpl is not a legal TPL value, then ASSERT().
245 Returns the current TPL.
247 This function returns the current TPL. There is no EFI service to directly
248 retrieve the current TPL. Instead, the RaiseTPL() function is used to raise
249 the TPL to TPL_HIGH_LEVEL. This will return the current TPL. The TPL level
250 can then immediately be restored back to the current TPL level with a call
    [all...]

Completed in 1041 milliseconds

12