Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c938 UINT64 TestBit; in CoreNeedRecordProfile() local
941 TestBit = BIT63; in CoreNeedRecordProfile()
943 TestBit = BIT62; in CoreNeedRecordProfile()
945 TestBit = LShiftU64 (1, MemoryType); in CoreNeedRecordProfile()
948 if ((PcdGet64 (PcdMemoryProfileMemoryType) & TestBit) != 0) { in CoreNeedRecordProfile()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1032 UINT64 TestBit; in SmmCoreNeedRecordProfile() local
1039 TestBit = LShiftU64 (1, MemoryType); in SmmCoreNeedRecordProfile()
1041 if ((PcdGet64 (PcdMemoryProfileMemoryType) & TestBit) != 0) { in SmmCoreNeedRecordProfile()