Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dmminit.c411 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in MiScanMemoryDescriptors()
611 NextEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in MiIsRegularMemory()
612 while (NextEntry != &LoaderBlock->MemoryDescriptorListHead) in MiIsRegularMemory()
677 NextEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in MiMapPfnDatabase()
678 while (NextEntry != &LoaderBlock->MemoryDescriptorListHead) in MiMapPfnDatabase()
903 NextEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in MiBuildPfnDatabaseFromLoaderBlock()
1096 NextMd = LoaderBlock->MemoryDescriptorListHead.Flink; in MmFreeLoaderBlock()
1097 while (NextMd != &LoaderBlock->MemoryDescriptorListHead) in MmFreeLoaderBlock()
1114 NextMd = LoaderBlock->MemoryDescriptorListHead.Flink; in MmFreeLoaderBlock()
1115 while (NextMd != &LoaderBlock->MemoryDescriptorListHead) in MmFreeLoaderBlock()
[all …]
/reactos/ntoskrnl/ex/
H A Dxipdisp.c37 for (NextEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in XIPpFindMemoryDescriptor()
38 NextEntry != &LoaderBlock->MemoryDescriptorListHead; in XIPpFindMemoryDescriptor()
H A Dinit.c230 ListHead = &LoaderBlock->MemoryDescriptorListHead; in ExpInitNls()
882 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Blink; in ExBurnMemory()
883 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in ExBurnMemory()
/reactos/hal/halx86/generic/
H A Dmemory.c50 NextEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in HalpAllocPhysicalMemory()
51 while (NextEntry != &LoaderBlock->MemoryDescriptorListHead) in HalpAllocPhysicalMemory()
85 if (NextEntry == &LoaderBlock->MemoryDescriptorListHead) return 0; in HalpAllocPhysicalMemory()
H A Dx86bios.c104 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in HalInitializeBios()
105 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in HalInitializeBios()
/reactos/boot/freeldr/freeldr/ntldr/
H A Dwlmemory.c343 List_PaToVa(&LoaderBlock->MemoryDescriptorListHead); in WinLdrSetupMemoryLayout()
358 PLIST_ENTRY ListHead = &LoaderBlock->MemoryDescriptorListHead; in WinLdrInsertDescriptor()
H A Dwinldr.c109 InitializeListHead(&LoaderBlock->MemoryDescriptorListHead); in AllocateAndInitLPB()
1294 NextMd = LoaderBlock->MemoryDescriptorListHead.Flink; in WinLdrpDumpMemoryDescriptors()
1296 while (NextMd != &LoaderBlock->MemoryDescriptorListHead) in WinLdrpDumpMemoryDescriptors()
/reactos/ntoskrnl/kd64/
H A Dkdinit.c58 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in KdpGetMemorySizeInMBs()
59 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in KdpGetMemorySizeInMBs()
/reactos/ntoskrnl/io/iomgr/
H A Dramdisk.c43 ListHead = &LoaderBlock->MemoryDescriptorListHead; in IopStartRamdisk()
/reactos/ntoskrnl/mm/amd64/
H A Dinit.c637 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in MiBuildPfnDatabase()
638 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in MiBuildPfnDatabase()
/reactos/sdk/include/reactos/arc/
H A Darc.h541 LIST_ENTRY MemoryDescriptorListHead; member