ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Variables | |
BL_TRANSLATION_TYPE | MmTranslationType = BlMax |
BL_TRANSLATION_TYPE | MmOriginalTranslationType |
ULONG | MmDescriptorCallTreeCount |
NTSTATUS BlMmMapPhysicalAddressEx | ( | _In_ PVOID * | VirtualAddress, |
_In_ ULONG | Flags, | ||
_In_ ULONGLONG | Size, | ||
_In_ PHYSICAL_ADDRESS | PhysicalAddress | ||
) |
Definition at line 192 of file mm.c.
Referenced by BlDisplayGetOemBitmap(), BlImgAllocateImageBuffer(), BlUtlGetAcpiTable(), ConsoleEfiGopEnable(), EfipGetRsdt(), EfiVmOpenProtocol(), and MmPapPageAllocatorExtend().
Definition at line 155 of file mm.c.
Referenced by BlInitializeLibrary(), and BlpMmInitialize().
BOOLEAN BlMmTranslateVirtualAddress | ( | _In_ PVOID | VirtualAddress, |
_Out_ PPHYSICAL_ADDRESS | PhysicalAddress | ||
) |
Definition at line 525 of file mm.c.
Referenced by BlImgUnallocateImageBuffer(), EfiAllocatePages(), EfiConInExSetState(), EfiGetMemoryMap(), EfiGopGetCurrentMode(), EfiGopGetFrameBuffer(), EfiLocateHandleBuffer(), EfiVmOpenProtocol(), ImgpLoadPEImage(), and OslDrawLogo().
Definition at line 487 of file mm.c.
Referenced by BlDisplayGetOemBitmap(), BlDisplayInvalidateOemBitmap(), BlDisplayValidOemBitmap(), BlImgLoadImageWithProgress2(), BlImgUnallocateImageBuffer(), BlUtlGetAcpiTable(), ConsoleFirmwareGraphicalDisable(), EfipGetRsdt(), EfiVmOpenProtocol(), EfiVmpFreeInterfaceEntry(), and ImgpLoadPEImage().
NTSTATUS BlpMmInitialize | ( | _In_ PBL_MEMORY_DATA | MemoryData, |
_In_ BL_TRANSLATION_TYPE | TranslationType, | ||
_In_ PBL_LIBRARY_PARAMETERS | LibraryParameters | ||
) |
Definition at line 541 of file mm.c.
Referenced by InitializeLibrary().
Definition at line 84 of file mm.c.
Referenced by BlpMmInitialize().
NTSTATUS MmUnmapVirtualAddress | ( | _Inout_ PVOID * | VirtualAddress, |
_Inout_ PULONGLONG | Size | ||
) |
Definition at line 453 of file mm.c.
Referenced by BlMmMapPhysicalAddressEx(), BlMmUnmapVirtualAddressEx(), and Mmx86MapInitStructure().
NTSTATUS TrpGenerateMappingTracker | ( | _In_ PVOID | VirtualAddress, |
_In_ ULONG | Flags, | ||
_In_ LARGE_INTEGER | PhysicalAddress, | ||
_In_ ULONGLONG | Size | ||
) |
Definition at line 24 of file mm.c.
Referenced by BlMmMapPhysicalAddressEx().
ULONG MmDescriptorCallTreeCount |
Definition at line 19 of file mm.c.
Referenced by BlMmMapPhysicalAddressEx(), BlMmUnmapVirtualAddressEx(), BlpMmInitialize(), MmFwGetMemoryMap(), MmMdCopyList(), MmMdFreeGlobalDescriptors(), MmPapAllocatePagesInRange(), MmPapAllocatePhysicalPagesInRange(), MmPaReserveSelfMapPages(), MmPaTruncateMemory(), and TrpGenerateMappingTracker().
BL_TRANSLATION_TYPE MmOriginalTranslationType |
Definition at line 18 of file mm.c.
Referenced by BlpMmInitialize().
BL_TRANSLATION_TYPE MmTranslationType = BlMax |
Definition at line 17 of file mm.c.
Referenced by BlMmMapPhysicalAddressEx(), BlMmUnmapVirtualAddressEx(), BlpMmInitialize(), EfiCloseProtocol(), EfiOpenProtocol(), ImgpInitializeBootApplicationParameters(), MmMapPhysicalAddress(), MmPapAllocatePagesInRange(), MmPapFreePages(), MmSelectMappingAddress(), MmTrInitialize(), MmUnmapVirtualAddress(), and Mmx86MapInitStructure().