Home
last modified time | relevance | path

Searched refs:gEfiCurrentTpl (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DTpl.c67 OldTpl = gEfiCurrentTpl; in CoreRaiseTpl()
84 gEfiCurrentTpl = NewTpl; in CoreRaiseTpl()
107 OldTpl = gEfiCurrentTpl; in CoreRestoreTpl()
120 gEfiCurrentTpl = TPL_HIGH_LEVEL; in CoreRestoreTpl()
127 gEfiCurrentTpl = (UINTN) HighBitSet64 (gEventPending); in CoreRestoreTpl()
128 if (gEfiCurrentTpl < TPL_HIGH_LEVEL) { in CoreRestoreTpl()
131 CoreDispatchEventNotifies (gEfiCurrentTpl); in CoreRestoreTpl()
138 gEfiCurrentTpl = NewTpl; in CoreRestoreTpl()
144 if (gEfiCurrentTpl < TPL_HIGH_LEVEL) { in CoreRestoreTpl()
DEvent.c23 EFI_TPL gEfiCurrentTpl = TPL_APPLICATION; variable
673 if (gEfiCurrentTpl != TPL_APPLICATION) { in CoreWaitForEvent()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c169 Image->Tpl = gEfiCurrentTpl; in CoreInitializeImageServices()
1066 ASSERT (gEfiCurrentTpl < TPL_NOTIFY); in CoreLoadImageCommon()
1631 Image->Tpl = gEfiCurrentTpl; in CoreStartImage()
1683 ASSERT (Image->Tpl == gEfiCurrentTpl); in CoreStartImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h291 extern EFI_TPL gEfiCurrentTpl;