Searched refs:ControlAreaSize (Results 1 – 1 of 1) sorted by relevance
2115 ULONG ProtectionMask, ControlAreaSize, Size, NonPagedCharge, PagedCharge; in MmCreateArm3Section() local2179 ControlAreaSize = sizeof(CONTROL_AREA) + sizeof(MSUBSECTION); in MmCreateArm3Section()2180 ControlArea = ExAllocatePoolWithTag(NonPagedPool, ControlAreaSize, 'aCmM'); in MmCreateArm3Section()2188 RtlZeroMemory(ControlArea, ControlAreaSize); in MmCreateArm3Section()