OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEMORY_MAP
(Results
1 - 3
of
3
) 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/Dxe/Mem/
Imem.h
50
}
MEMORY_MAP
;
/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
...]
Completed in 77 milliseconds