Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c412 ASSERT(ControlArea->u.Flags.GlobalOnlyPerSession == 0); in MiAddMappedPtes()
567 ASSERT(ControlArea->u.Flags.GlobalOnlyPerSession == 0); in MiLocateSubsection()
613 ASSERT(ControlArea->u.Flags.GlobalOnlyPerSession == 0); in MiSegmentDelete()
1058 ASSERT(ControlArea->u.Flags.GlobalOnlyPerSession == 0); in MiMapViewInSystemSpace()
1233 ASSERT(ControlArea->u.Flags.GlobalOnlyPerSession == 0); in MiMapViewOfDataSection()
2386 ASSERT(ControlArea->u.Flags.GlobalOnlyPerSession == 0); in MmCreateArm3Section()
2880 ASSERT(ControlArea->u.Flags.GlobalOnlyPerSession == 0); in MmCommitSessionMappedView()
/reactos/sdk/include/ndk/
H A Dmmtypes.h491 ULONG GlobalOnlyPerSession:1; member