Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1014 MEMORY_PROFILE_ACTION BasicAction; in CoreUpdateProfileAllocate() local
1018 BasicAction = Action & MEMORY_PROFILE_ACTION_BASIC_MASK; in CoreUpdateProfileAllocate()
1054 if (Action == BasicAction) { in CoreUpdateProfileAllocate()
1087 if (Action == BasicAction) { in CoreUpdateProfileAllocate()
1126 IN MEMORY_PROFILE_ACTION BasicAction, in GetMemoryProfileAllocInfoFromAddress() argument
1148 if ((AllocInfo->Action & MEMORY_PROFILE_ACTION_BASIC_MASK) != BasicAction) { in GetMemoryProfileAllocInfoFromAddress()
1151 switch (BasicAction) { in GetMemoryProfileAllocInfoFromAddress()
1203 MEMORY_PROFILE_ACTION BasicAction; in CoreUpdateProfileFree() local
1206 BasicAction = Action & MEMORY_PROFILE_ACTION_BASIC_MASK; in CoreUpdateProfileFree()
1228 switch (BasicAction) { in CoreUpdateProfileFree()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1133 MEMORY_PROFILE_ACTION BasicAction; in SmmCoreUpdateProfileAllocate() local
1137 BasicAction = Action & MEMORY_PROFILE_ACTION_BASIC_MASK; in SmmCoreUpdateProfileAllocate()
1173 if (Action == BasicAction) { in SmmCoreUpdateProfileAllocate()
1206 if (Action == BasicAction) { in SmmCoreUpdateProfileAllocate()
1246 IN MEMORY_PROFILE_ACTION BasicAction, in GetMemoryProfileAllocInfoFromAddress() argument
1268 if ((AllocInfo->Action & MEMORY_PROFILE_ACTION_BASIC_MASK) != BasicAction) { in GetMemoryProfileAllocInfoFromAddress()
1271 switch (BasicAction) { in GetMemoryProfileAllocInfoFromAddress()
1323 MEMORY_PROFILE_ACTION BasicAction; in SmmCoreUpdateProfileFree() local
1326 BasicAction = Action & MEMORY_PROFILE_ACTION_BASIC_MASK; in SmmCoreUpdateProfileFree()
1348 switch (BasicAction) { in SmmCoreUpdateProfileFree()
[all …]