Home
last modified time | relevance | path

Searched refs:MmAllocateHighestMemoryBelowAddress (Results 1 – 3 of 3) sorted by relevance

/reactos/boot/freeldr/freeldr/
H A Dlinuxboot.c518 …LinuxInitrdLoadAddress = MmAllocateHighestMemoryBelowAddress(LinuxInitrdSize, (PVOID)LINUX_MAX_INI… in LinuxReadInitrd()
522 …LinuxInitrdLoadAddress = MmAllocateHighestMemoryBelowAddress(LinuxInitrdSize, UlongToPtr(LinuxSetu… in LinuxReadInitrd()
/reactos/boot/freeldr/freeldr/include/
H A Dmm.h130 PVOID MmAllocateHighestMemoryBelowAddress(SIZE_T MemorySize, PVOID DesiredAddress, TYPE_OF_MEMOR…
/reactos/boot/freeldr/freeldr/lib/mm/
H A Dmm.c160 PVOID MmAllocateHighestMemoryBelowAddress(SIZE_T MemorySize, PVOID DesiredAddress, TYPE_OF_MEMORY M… in MmAllocateHighestMemoryBelowAddress() function