Searched refs:MAP_SYSTEM (Results 1 – 2 of 2) sorted by relevance
3286 if ((LockType & MAP_SYSTEM) && (Wsle->u1.e1.LockedInMemory)) in MI_IS_LOCKED_VA()3309 if (LockType & MAP_SYSTEM) in MI_LOCK_VA()3324 if (LockType & MAP_SYSTEM) in MI_UNLOCK_VA()3547 if ((MapType & ~(MAP_PROCESS | MAP_SYSTEM))) in NtLockVirtualMemory()3558 if (!(MapType & (MAP_PROCESS | MAP_SYSTEM))) in NtLockVirtualMemory()3627 if (MapType & MAP_SYSTEM) in NtLockVirtualMemory()3782 if (((MapType & MAP_SYSTEM) && !MI_IS_LOCKED_VA(Pfn1, MAP_SYSTEM)) || in MiUnlockVirtualMemory()3789 if (!MI_IS_LOCKED_VA(Pfn1, MAP_PROCESS | MAP_SYSTEM)) in MiUnlockVirtualMemory()3883 if ((MapType & ~(MAP_PROCESS | MAP_SYSTEM))) in NtUnlockVirtualMemory()3894 if (!(MapType & (MAP_PROCESS | MAP_SYSTEM))) in NtUnlockVirtualMemory()[all …]
68 #define MAP_SYSTEM 2 macro