Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DTpl.c62 IN EFI_TPL NewTpl in CoreRaiseTpl() argument
68 if (OldTpl > NewTpl) { in CoreRaiseTpl()
69 …DEBUG ((EFI_D_ERROR, "FATAL ERROR - RaiseTpl with OldTpl(0x%x) > NewTpl(0x%x)\n", OldTpl, NewTpl)); in CoreRaiseTpl()
72 ASSERT (VALID_TPL (NewTpl)); in CoreRaiseTpl()
77 if (NewTpl >= TPL_HIGH_LEVEL && OldTpl < TPL_HIGH_LEVEL) { in CoreRaiseTpl()
84 gEfiCurrentTpl = NewTpl; in CoreRaiseTpl()
102 IN EFI_TPL NewTpl in CoreRestoreTpl() argument
108 if (NewTpl > OldTpl) { in CoreRestoreTpl()
109 …DEBUG ((EFI_D_ERROR, "FATAL ERROR - RestoreTpl with NewTpl(0x%x) > OldTpl(0x%x)\n", NewTpl, OldTpl… in CoreRestoreTpl()
112 ASSERT (VALID_TPL (NewTpl)); in CoreRestoreTpl()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h619 IN EFI_TPL NewTpl
634 IN EFI_TPL NewTpl
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiApi.h242 IN EFI_TPL NewTpl
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h606 IN EFI_TPL NewTpl