Searched refs:MiCreateArm3StaticMemoryArea (Results 1 – 1 of 1) sorted by relevance
/reactos/ntoskrnl/mm/ |
H A D | mminit.c | 43 MiCreateArm3StaticMemoryArea(PVOID BaseAddress, SIZE_T Size, BOOLEAN Executable) in MiCreateArm3StaticMemoryArea() function 79 MiCreateArm3StaticMemoryArea((PVOID)KSEG0_BASE, MmBootImageSize, TRUE); in MiInitSystemMemoryAreas() 82 MiCreateArm3StaticMemoryArea((PVOID)PTE_BASE, PTE_TOP - PTE_BASE + 1, FALSE); in MiInitSystemMemoryAreas() 85 MiCreateArm3StaticMemoryArea((PVOID)HYPER_SPACE, HYPER_SPACE_END - HYPER_SPACE + 1, FALSE); in MiInitSystemMemoryAreas() 88 MiCreateArm3StaticMemoryArea(MmPfnDatabase, (MxPfnAllocation << PAGE_SHIFT), FALSE); in MiInitSystemMemoryAreas() 91 MiCreateArm3StaticMemoryArea(MmNonPagedPoolStart, MmSizeOfNonPagedPoolInBytes, FALSE); in MiInitSystemMemoryAreas() 100 MiCreateArm3StaticMemoryArea(MiSystemViewStart, MmSystemViewSize, FALSE); in MiInitSystemMemoryAreas() 106 MiCreateArm3StaticMemoryArea(MmPagedPoolStart, MmSizeOfPagedPoolInBytes, FALSE); in MiInitSystemMemoryAreas() 109 MiCreateArm3StaticMemoryArea(MI_DEBUG_MAPPING, PAGE_SIZE, FALSE); in MiInitSystemMemoryAreas() 117 MiCreateArm3StaticMemoryArea(PCR, PAGE_SIZE * KeNumberProcessors, FALSE); in MiInitSystemMemoryAreas() [all …]
|