Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c3276 static const ULONG ValidAllocationType = (MEM_TOP_DOWN | MEM_LARGE_PAGES | in NtMapViewOfSection() local
3279 static const ULONG ValidAllocationType = (MEM_TOP_DOWN | MEM_LARGE_PAGES | in NtMapViewOfSection() local
3291 if (AllocationType & ~ValidAllocationType) in NtMapViewOfSection()