HomeSort by relevance Sort by last modified time
    Searched refs:MEMORY_MAP (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
pointer-signext.c 21 } MEMORY_MAP;
26 MEMORY_MAP *Entry;
30 Entry = CR (Link, MEMORY_MAP, Link);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 36 } MEMORY_MAP;
50 MEMORY_MAP mMapStack[MAX_MAP_DEPTH];
92 MEMORY_MAP *
99 MEMORY_MAP* FreeDescriptorEntries;
100 MEMORY_MAP* Entry;
119 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem;
124 for (Index = 0; Index< DEFAULT_PAGE_ALLOCATION / sizeof(MEMORY_MAP); Index++) {
135 Entry = CR (mFreeMemoryMapEntryList.ForwardLink, MEMORY_MAP, Link, MEMORY_MAP_SIGNATURE);
152 MEMORY_MAP *Entry;
181 CopyMem (Entry , &mMapStack[mMapDepth], sizeof (MEMORY_MAP));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Imem.h 50 } MEMORY_MAP;
Page.c 47 MEMORY_MAP mMapStack[MAX_MAP_DEPTH];
139 IN OUT MEMORY_MAP *Entry
174 MEMORY_MAP *Entry;
222 Entry = CR (Link, MEMORY_MAP, Link, MEMORY_MAP_SIGNATURE);
277 MEMORY_MAP *
282 MEMORY_MAP* FreeDescriptorEntries;
283 MEMORY_MAP* Entry;
295 for (Index = 0; Index< DEFAULT_PAGE_ALLOCATION / sizeof(MEMORY_MAP); Index++) {
306 Entry = CR (mFreeMemoryMapEntryList.ForwardLink, MEMORY_MAP, Link, MEMORY_MAP_SIGNATURE);
323 MEMORY_MAP *Entry;
    [all...]

Completed in 303 milliseconds