Home
last modified time | relevance | path

Searched refs:CurrentTpl (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
DDataHubStatusCodeWorker.c47 EFI_TPL CurrentTpl; in AcquireRecordBuffer() local
51 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
62 if (CurrentTpl > TPL_NOTIFY) { in AcquireRecordBuffer()
66 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
73 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
79 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
92 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
113 EFI_TPL CurrentTpl; in RetrieveRecord() local
117 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in RetrieveRecord()
128 gBS->RestoreTPL (CurrentTpl); in RetrieveRecord()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DDataHubStatusCodeWorker.c47 EFI_TPL CurrentTpl; in AcquireRecordBuffer() local
51 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
62 if (CurrentTpl > TPL_NOTIFY) { in AcquireRecordBuffer()
66 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
73 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
79 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in AcquireRecordBuffer()
92 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
113 EFI_TPL CurrentTpl; in RetrieveRecord() local
117 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in RetrieveRecord()
128 gBS->RestoreTPL (CurrentTpl); in RetrieveRecord()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/
DDxeDebugPrintErrorLevelLib.c197 EFI_TPL CurrentTpl; in GetDebugPrintErrorLevel() local
221 CurrentTpl = mSystemTable->BootServices->RaiseTPL (TPL_HIGH_LEVEL); in GetDebugPrintErrorLevel()
222 mSystemTable->BootServices->RestoreTPL (CurrentTpl); in GetDebugPrintErrorLevel()
223 if (CurrentTpl <= TPL_CALLBACK) { in GetDebugPrintErrorLevel()
287 EFI_TPL CurrentTpl; in SetDebugPrintErrorLevel() local
298 CurrentTpl = mSystemTable->BootServices->RaiseTPL (TPL_HIGH_LEVEL); in SetDebugPrintErrorLevel()
299 mSystemTable->BootServices->RestoreTPL (CurrentTpl); in SetDebugPrintErrorLevel()
300 if (CurrentTpl <= TPL_CALLBACK) { in SetDebugPrintErrorLevel()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/
DBsDataHubStatusCode.c64 EFI_TPL CurrentTpl; in AcquireRecordBuffer() local
69 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in AcquireRecordBuffer()
77 if (CurrentTpl > EFI_TPL_NOTIFY) { in AcquireRecordBuffer()
78 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
82 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
91 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in AcquireRecordBuffer()
100 gBS->RestoreTPL (CurrentTpl); in AcquireRecordBuffer()
130 EFI_TPL CurrentTpl; in RetrieveRecord() local
134 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in RetrieveRecord()
146 gBS->RestoreTPL (CurrentTpl); in RetrieveRecord()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
DReportStatusCode.c44 EFI_TPL CurrentTpl; in LibReportStatusCode() local
51 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in LibReportStatusCode()
52 gBS->RestoreTPL (CurrentTpl); in LibReportStatusCode()
54 if (CurrentTpl > EFI_TPL_CALLBACK ) { in LibReportStatusCode()
DVariable.c50 EFI_TPL CurrentTpl; in AddEntry() local
62 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in AddEntry()
76 gBS->RestoreTPL (CurrentTpl); in AddEntry()
89 EFI_TPL CurrentTpl; in DeleteEntry() local
98 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in DeleteEntry()
105 gBS->RestoreTPL (CurrentTpl); in DeleteEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConnect.c124 EFI_TPL CurrentTpl; in EfiBootManagerConnectDevicePath() local
130 CurrentTpl = EfiGetCurrentTpl (); in EfiBootManagerConnectDevicePath()
152 if (CurrentTpl == TPL_APPLICATION) { in EfiBootManagerConnectDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c99 EFI_TPL CurrentTpl; in BdsLibConnectDevicePath() local
105 CurrentTpl = EfiGetCurrentTpl (); in BdsLibConnectDevicePath()
155 if (CurrentTpl == TPL_APPLICATION) { in BdsLibConnectDevicePath()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c99 EFI_TPL CurrentTpl; in BdsLibConnectDevicePath() local
105 CurrentTpl = EfiGetCurrentTpl (); in BdsLibConnectDevicePath()
155 if (CurrentTpl == TPL_APPLICATION) { in BdsLibConnectDevicePath()