Searched refs:CurrentTpl (Results 1 – 10 of 10) sorted by relevance
47 EFI_TPL CurrentTpl; in AcquireRecordBuffer() local51 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() local117 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in RetrieveRecord()128 gBS->RestoreTPL (CurrentTpl); in RetrieveRecord()[all …]
197 EFI_TPL CurrentTpl; in GetDebugPrintErrorLevel() local221 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() local298 CurrentTpl = mSystemTable->BootServices->RaiseTPL (TPL_HIGH_LEVEL); in SetDebugPrintErrorLevel()299 mSystemTable->BootServices->RestoreTPL (CurrentTpl); in SetDebugPrintErrorLevel()300 if (CurrentTpl <= TPL_CALLBACK) { in SetDebugPrintErrorLevel()
64 EFI_TPL CurrentTpl; in AcquireRecordBuffer() local69 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() local134 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in RetrieveRecord()146 gBS->RestoreTPL (CurrentTpl); in RetrieveRecord()
44 EFI_TPL CurrentTpl; in LibReportStatusCode() local51 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in LibReportStatusCode()52 gBS->RestoreTPL (CurrentTpl); in LibReportStatusCode()54 if (CurrentTpl > EFI_TPL_CALLBACK ) { in LibReportStatusCode()
50 EFI_TPL CurrentTpl; in AddEntry() local62 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in AddEntry()76 gBS->RestoreTPL (CurrentTpl); in AddEntry()89 EFI_TPL CurrentTpl; in DeleteEntry() local98 CurrentTpl = gBS->RaiseTPL (EFI_TPL_HIGH_LEVEL); in DeleteEntry()105 gBS->RestoreTPL (CurrentTpl); in DeleteEntry()
124 EFI_TPL CurrentTpl; in EfiBootManagerConnectDevicePath() local130 CurrentTpl = EfiGetCurrentTpl (); in EfiBootManagerConnectDevicePath()152 if (CurrentTpl == TPL_APPLICATION) { in EfiBootManagerConnectDevicePath()
99 EFI_TPL CurrentTpl; in BdsLibConnectDevicePath() local105 CurrentTpl = EfiGetCurrentTpl (); in BdsLibConnectDevicePath()155 if (CurrentTpl == TPL_APPLICATION) { in BdsLibConnectDevicePath()
545 EFI_TPL CurrentTpl; in EbcDebuggerHookExecuteStart() local597 CurrentTpl = gBS->RaiseTPL (TPL_HIGH_LEVEL); in EbcDebuggerHookExecuteStart()598 gBS->RestoreTPL (CurrentTpl); in EbcDebuggerHookExecuteStart()599 if (CurrentTpl <= TPL_APPLICATION) { in EbcDebuggerHookExecuteStart()