Home
last modified time | relevance | path

Searched refs:ControlAreaSize (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c2115 ULONG ProtectionMask, ControlAreaSize, Size, NonPagedCharge, PagedCharge; in MmCreateArm3Section() local
2179 ControlAreaSize = sizeof(CONTROL_AREA) + sizeof(MSUBSECTION); in MmCreateArm3Section()
2180 ControlArea = ExAllocatePoolWithTag(NonPagedPool, ControlAreaSize, 'aCmM'); in MmCreateArm3Section()
2188 RtlZeroMemory(ControlArea, ControlAreaSize); in MmCreateArm3Section()