Searched refs:TPL_APPLICATION (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
H A DThunk.c66 TPL_APPLICATION,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
H A DEdkIIGlueDefinitionChangesBase.h101 #define TPL_APPLICATION EFI_TPL_APPLICATION macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
H A DBootManagerPolicyDxe.c152 @retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION.
165 if (EfiGetCurrentTpl () != TPL_APPLICATION) {
225 @retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION.
234 if (EfiGetCurrentTpl () != TPL_APPLICATION) {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
H A DEvent.c23 EFI_TPL gEfiCurrentTpl = TPL_APPLICATION;
348 if (NotifyTpl != TPL_APPLICATION &&
447 (NotifyTpl <= TPL_APPLICATION) ||
656 @retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION
671 // Can only WaitForEvent at TPL_APPLICATION
673 if (gEfiCurrentTpl != TPL_APPLICATION) {
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
H A DDxeTimerLib.c99 (EfiGetCurrentTpl () == TPL_APPLICATION)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
H A DDpc.c90 if (DpcTpl < TPL_APPLICATION || DpcTpl > TPL_HIGH_LEVEL) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c155 if (CurrentTpl == TPL_APPLICATION) {
157 // Dispatch calls LoadImage/StartImage which cannot run at TPL > TPL_APPLICATION
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c152 if (CurrentTpl == TPL_APPLICATION) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c155 if (CurrentTpl == TPL_APPLICATION) {
157 // Dispatch calls LoadImage/StartImage which cannot run at TPL > TPL_APPLICATION
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.c41 EFI_LOCK mGlobalDataLock = EFI_INITIALIZE_LOCK_VARIABLE(TPL_APPLICATION);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbHook.c595 // Only break when the current TPL <= TPL_APPLICATION
599 if (CurrentTpl <= TPL_APPLICATION) {
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DUefiLib.h299 {Priority, TPL_APPLICATION, EfiLockReleased }
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c382 Lock->OwnerTpl = TPL_APPLICATION;
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h543 @retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION.
588 #define TPL_APPLICATION 4 macro
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DUefiLib.c404 Lock->OwnerTpl = TPL_APPLICATION;

Completed in 146 milliseconds