Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
DPeiDebug.h56 #define _PEI_DEBUG_ASSERT(PeiST, assertion) \ macro
65 _PEI_DEBUG_ASSERT(PeiST, assertion)
67 #define PEI_ASSERT_LOCKED(PeiST, l) if(!(l)->Lock) _PEI_DEBUG_ASSERT(PeiST, l not locked)