Home
last modified time | relevance | path

Searched refs:TPL_HIGH_LEVEL (Results 1 – 25 of 52) sorted by relevance

123

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DTpl.c77 if (NewTpl >= TPL_HIGH_LEVEL && OldTpl < TPL_HIGH_LEVEL) { in CoreRaiseTpl()
119 if (OldTpl >= TPL_HIGH_LEVEL && NewTpl < TPL_HIGH_LEVEL) { in CoreRestoreTpl()
120 gEfiCurrentTpl = TPL_HIGH_LEVEL; in CoreRestoreTpl()
128 if (gEfiCurrentTpl < TPL_HIGH_LEVEL) { in CoreRestoreTpl()
144 if (gEfiCurrentTpl < TPL_HIGH_LEVEL) { in CoreRestoreTpl()
DTimer.c24 EFI_LOCK mEfiTimerLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_HIGH_LEVEL - 1);
27 EFI_LOCK mEfiSystemTimeLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_HIGH_LEVEL);
177 TPL_HIGH_LEVEL - 1, in CoreInitializeTimer()
DEvent.c28 EFI_LOCK gEventQueueLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_HIGH_LEVEL);
33 LIST_ENTRY gEventQueue[TPL_HIGH_LEVEL + 1];
137 for (Index=0; Index <= TPL_HIGH_LEVEL; Index++) { in CoreInitializeEventServices()
448 (NotifyTpl >= TPL_HIGH_LEVEL)) { in CoreCreateEventInternal()
DEvent.h20 #define VALID_TPL(a) ((a) <= TPL_HIGH_LEVEL)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
DDpc.c55 LIST_ENTRY mDpcQueue[TPL_HIGH_LEVEL + 1];
90 if (DpcTpl < TPL_APPLICATION || DpcTpl > TPL_HIGH_LEVEL) { in DpcQueueDpc()
110 OriginalTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in DpcQueueDpc()
143 gBS->RaiseTPL (TPL_HIGH_LEVEL); in DpcQueueDpc()
237 OriginalTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in DpcDispatchDpc()
246 for (Tpl = TPL_HIGH_LEVEL; Tpl >= OriginalTpl; Tpl--) { in DpcDispatchDpc()
284 gBS->RaiseTPL (TPL_HIGH_LEVEL); in DpcDispatchDpc()
331 for (Index = 0; Index <= TPL_HIGH_LEVEL; Index++) { in DpcDriverEntryPoint()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
DDataHubStatusCodeWorker.c51 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
79 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
117 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in RetrieveRecord()
150 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in ReleaseRecord()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DDataHubStatusCodeWorker.c51 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
79 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
117 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in RetrieveRecord()
150 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in ReleaseRecord()
DDatahubStatusCodeHandlerDxe.c74 mRscHandlerProtocol->Register (DataHubStatusCodeReportWorker, TPL_HIGH_LEVEL); in DatahubStatusCodeHandlerDxeEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
DReportStatusCodeRouterRuntimeDxe.c148 if (Tpl != TPL_HIGH_LEVEL) { in Register()
200 if (CallbackEntry->Tpl != TPL_HIGH_LEVEL) { in Unregister()
261 if ((CallbackEntry->Tpl == TPL_HIGH_LEVEL) || EfiAtRuntime ()) { in ReportDispatcher()
287 if (EfiGetCurrentTpl () < TPL_HIGH_LEVEL) { in ReportDispatcher()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/
DMonotonicCounter.c85 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in MonotonicCounterDriverGetNextMonotonicCount()
153 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in MonotonicCounterDriverGetNextHighMonotonicCount()
/device/linaro/bootloader/edk2/EmulatorPkg/TimerDxe/
DTimer.c67 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerCallback()
69 if (OriginalTPL < TPL_HIGH_LEVEL) { in TimerCallback()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
DStatusCodeHandlerRuntimeDxe.c181 mRscHandlerProtocol->Register (SerialStatusCodeReportWorker, TPL_HIGH_LEVEL); in StatusCodeHandlerRuntimeDxeEntry()
184 mRscHandlerProtocol->Register (RtMemoryStatusCodeReportWorker, TPL_HIGH_LEVEL); in StatusCodeHandlerRuntimeDxeEntry()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/
DWinNtOemHookStatusCodeHandlerDxe.c65 RscHandlerProtocol->Register (OemHookStatusCodeReport, TPL_HIGH_LEVEL); in WinNtOemHookStatusCodeHandlerDxeEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/
DDxeDebugPrintErrorLevelLib.c221 CurrentTpl = mSystemTable->BootServices->RaiseTPL (TPL_HIGH_LEVEL); in GetDebugPrintErrorLevel()
298 CurrentTpl = mSystemTable->BootServices->RaiseTPL (TPL_HIGH_LEVEL); in SetDebugPrintErrorLevel()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
DTimer.c86 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerInterruptHandler()
310 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerDriverGenerateSoftInterrupt()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
DTimerDxe.c159 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerDriverSetTimerPeriod()
308 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerInterruptHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.c211 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in ManageIvtEntryTable()
231 OldTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in ManageIvtEntryTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
DEdkIIGlueDefinitionChangesBase.h104 #define TPL_HIGH_LEVEL EFI_TPL_HIGH_LEVEL macro
/device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
DTimer.c84 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerInterruptHandler()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/TimerDxe/
DTimer.c84 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerInterruptHandler()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
DNorFlashDxe.c350 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in NorFlashUnlockAndEraseSingleBlock()
354 OriginalTPL = TPL_HIGH_LEVEL; in NorFlashUnlockAndEraseSingleBlock()
603 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in NorFlashWriteFullBlock()
607 OriginalTPL = TPL_HIGH_LEVEL; in NorFlashWriteFullBlock()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
DSP804Timer.c78 OriginalTPL = gBS->RaiseTPL (TPL_HIGH_LEVEL); in TimerInterruptHandler()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiLib.c204 ASSERT (NotifyTpl <= TPL_HIGH_LEVEL); in EfiNamedEventListen()
305 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in EfiGetCurrentTpl()
336 ASSERT (Priority <= TPL_HIGH_LEVEL); in EfiInitializeLock()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DThunk.c345 OriginalTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in LegacyBiosInt86()
488 OriginalTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in LegacyBiosFarCall86()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
DPL180Mci.c229 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in MciReadBlockData()
315 Tpl = gBS->RaiseTPL (TPL_HIGH_LEVEL);

123