Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h140 #define MEMORY_PROFILE_ACTION_USER_DEFINED_MASK 0x80000000 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c360 if ((Action & MEMORY_PROFILE_ACTION_USER_DEFINED_MASK) != 0) { in ProfileActionToStr()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c2816 if ((AllocInfo->Action & MEMORY_PROFILE_ACTION_USER_DEFINED_MASK) != 0) { in DumpSmramProfile()