Home
last modified time | relevance | path

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

/reactos/hal/halx86/generic/
H A Dmemory.c22 PVOID HalpHeapStart = MM_HAL_HEAP_START; variable
165 BaseAddress = HalpHeapStart; in HalpMapPhysicalMemory64Vista()
198 if (BaseAddress == HalpHeapStart) in HalpMapPhysicalMemory64Vista()
201 HalpHeapStart = (PVOID)((ULONG_PTR)BaseAddress + (PageCount * PAGE_SIZE)); in HalpMapPhysicalMemory64Vista()
253 if (HalpHeapStart > VirtualAddress) HalpHeapStart = VirtualAddress; in HalpUnmapVirtualAddressVista()