Searched refs:MemoryDescriptorListHead (Results 1 – 11 of 11) sorted by relevance
411 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 …]
37 for (NextEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in XIPpFindMemoryDescriptor()38 NextEntry != &LoaderBlock->MemoryDescriptorListHead; in XIPpFindMemoryDescriptor()
230 ListHead = &LoaderBlock->MemoryDescriptorListHead; in ExpInitNls()882 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Blink; in ExBurnMemory()883 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in ExBurnMemory()
50 NextEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in HalpAllocPhysicalMemory()51 while (NextEntry != &LoaderBlock->MemoryDescriptorListHead) in HalpAllocPhysicalMemory()85 if (NextEntry == &LoaderBlock->MemoryDescriptorListHead) return 0; in HalpAllocPhysicalMemory()
104 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in HalInitializeBios()105 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in HalInitializeBios()
343 List_PaToVa(&LoaderBlock->MemoryDescriptorListHead); in WinLdrSetupMemoryLayout()358 PLIST_ENTRY ListHead = &LoaderBlock->MemoryDescriptorListHead; in WinLdrInsertDescriptor()
109 InitializeListHead(&LoaderBlock->MemoryDescriptorListHead); in AllocateAndInitLPB()1294 NextMd = LoaderBlock->MemoryDescriptorListHead.Flink; in WinLdrpDumpMemoryDescriptors()1296 while (NextMd != &LoaderBlock->MemoryDescriptorListHead) in WinLdrpDumpMemoryDescriptors()
58 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in KdpGetMemorySizeInMBs()59 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in KdpGetMemorySizeInMBs()
43 ListHead = &LoaderBlock->MemoryDescriptorListHead; in IopStartRamdisk()
637 for (ListEntry = LoaderBlock->MemoryDescriptorListHead.Flink; in MiBuildPfnDatabase()638 ListEntry != &LoaderBlock->MemoryDescriptorListHead; in MiBuildPfnDatabase()
541 LIST_ENTRY MemoryDescriptorListHead; member