Home
last modified time | relevance | path

Searched refs:LlbAllocateMemoryEntry (Results 1 – 5 of 5) sorted by relevance

/reactos/boot/armllb/hw/omap3-zoom2/
H A Dhwinit.c70 LlbAllocateMemoryEntry(MapEntry->Type, MapEntry->BaseAddress, MapEntry->Length); in LlbHwBuildMemoryMap()
88 LlbAllocateMemoryEntry(BiosMemoryUsable, Base, Size); in LlbHwBuildMemoryMap()
/reactos/boot/armllb/hw/versatile/
H A Dhwinfo.c83 LlbAllocateMemoryEntry(MapEntry->Type, MapEntry->BaseAddress, MapEntry->Length); in LlbHwBuildMemoryMap()
100 LlbAllocateMemoryEntry(BiosMemoryUsable, Base, Size); in LlbHwBuildMemoryMap()
/reactos/boot/armllb/hw/omap3-beagle/
H A Dhwinfo.c111 LlbAllocateMemoryEntry(MapEntry->Type, MapEntry->BaseAddress, MapEntry->Length); in LlbHwBuildMemoryMap()
128 LlbAllocateMemoryEntry(BiosMemoryUsable, Base, Size); in LlbHwBuildMemoryMap()
/reactos/boot/armllb/inc/
H A Dosloader.h75 LlbAllocateMemoryEntry(
/reactos/boot/armllb/os/
H A Dloader.c17 LlbAllocateMemoryEntry(IN BIOS_MEMORY_TYPE Type, in LlbAllocateMemoryEntry() function