[BOOT:MM] Finish MmFwGetMemoryMap()

Added stub for MmMdFindDescriptorFromMdl().
This commit is contained in:
2024-09-01 10:38:28 -04:00
parent a32d72be1e
commit 4c32340803
3 changed files with 103 additions and 10 deletions

View File

@@ -53,6 +53,13 @@ MmMdRemoveDescriptorFromList (
IN PMEMORY_DESCRIPTOR Descriptor
);
PMEMORY_DESCRIPTOR
MmMdFindDescriptorFromMdl (
IN PMEMORY_DESCRIPTOR_LIST Mdl,
IN ULONGLONG Page,
IN ULONG Flags
);
NTSTATUS
MmMdRemoveRegionFromMdlEx (
IN PMEMORY_DESCRIPTOR_LIST Mdl,