|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <bl.h>

Public Attributes | |
| LIST_ENTRY | ListEntry |
| union { | |
| struct { | |
| ULONGLONG BasePage | |
| ULONGLONG VirtualPage | |
| } | |
| struct { | |
| ULONGLONG BaseAddress | |
| ULONGLONG VirtualAddress | |
| } | |
| }; | |
| ULONGLONG | PageCount |
| ULONG | Flags |
| BL_MEMORY_TYPE | Type |
| union { ... } _BL_MEMORY_DESCRIPTOR::@133 |
| ULONGLONG _BL_MEMORY_DESCRIPTOR::BaseAddress |
Definition at line 835 of file bl.h.
Referenced by MmPapAllocateRegionFromMdl().
| ULONGLONG _BL_MEMORY_DESCRIPTOR::BasePage |
Definition at line 830 of file bl.h.
Referenced by EfiInitCreateInputParametersEx(), MmMdAddDescriptorToList(), MmMdFindDescriptorFromMdl(), MmMdInitByteGranularDescriptor(), MmMdpCoalesceDescriptor(), MmMdpTruncateDescriptor(), MmMdRemoveRegionFromMdlEx(), and MmPapAllocateRegionFromMdl().
| ULONG _BL_MEMORY_DESCRIPTOR::Flags |
Definition at line 840 of file bl.h.
Referenced by EfiInitCreateInputParametersEx(), MmMdpCoalesceDescriptor(), MmMdRemoveRegionFromMdlEx(), and MmPapAllocateRegionFromMdl().
| LIST_ENTRY _BL_MEMORY_DESCRIPTOR::ListEntry |
Definition at line 825 of file bl.h.
Referenced by MmMdFreeGlobalDescriptors(), and TrpGenerateMappingTracker().
| ULONGLONG _BL_MEMORY_DESCRIPTOR::PageCount |
Definition at line 839 of file bl.h.
Referenced by EfiInitCreateInputParametersEx(), MmMdFindDescriptorFromMdl(), MmMdFreeGlobalDescriptors(), MmMdpCoalesceDescriptor(), MmMdpTruncateDescriptor(), MmMdRemoveRegionFromMdlEx(), and MmPapAllocateRegionFromMdl().
| BL_MEMORY_TYPE _BL_MEMORY_DESCRIPTOR::Type |
Definition at line 841 of file bl.h.
Referenced by EfiInitCreateInputParametersEx(), MmMdAddDescriptorToList(), MmMdpCoalesceDescriptor(), MmMdRemoveRegionFromMdlEx(), and MmPapAllocateRegionFromMdl().
| ULONGLONG _BL_MEMORY_DESCRIPTOR::VirtualPage |
Definition at line 831 of file bl.h.
Referenced by MmMdFindDescriptorFromMdl(), MmMdpCoalesceDescriptor(), MmMdRemoveRegionFromMdlEx(), MmPapAllocateRegionFromMdl(), and TrpGenerateMappingTracker().