Home
last modified time | relevance | path

Searched refs:VALID_TPL (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DTpl.c72 ASSERT (VALID_TPL (NewTpl)); in CoreRaiseTpl()
112 ASSERT (VALID_TPL (NewTpl)); in CoreRestoreTpl()
DEvent.h20 #define VALID_TPL(a) ((a) <= TPL_HIGH_LEVEL) macro