Home
last modified time | relevance | path

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

/reactos/ntoskrnl/se/
H A Dsemgr.c45 SepExports.SeLockMemoryPrivilege = SeLockMemoryPrivilege; in SepInitExports()
H A Dpriv.c23 const LUID SeLockMemoryPrivilege = CONST_LUID(SE_LOCK_MEMORY_PRIVILEGE, 0); variable
H A Dtoken.c1804 {SeLockMemoryPrivilege, SE_PRIVILEGE_ENABLED_BY_DEFAULT | SE_PRIVILEGE_ENABLED}, in SepCreateSystemProcessToken()
/reactos/media/inf/
H A Ddefltwk.inf79 SeLockMemoryPrivilege =
H A Ddefltsv.inf79 SeLockMemoryPrivilege =
/reactos/ntoskrnl/include/internal/
H A Dse.h222 extern const LUID SeLockMemoryPrivilege;
/reactos/sdk/include/xdk/
H A Dsetypes.h1197 LUID SeLockMemoryPrivilege; member
/reactos/ntoskrnl/mm/ARM3/
H A Dvirtual.c3632 if (!SeSinglePrivilegeCheck(SeLockMemoryPrivilege, PreviousMode)) in NtLockVirtualMemory()
3968 if (!SeSinglePrivilegeCheck(SeLockMemoryPrivilege, PreviousMode)) in NtUnlockVirtualMemory()
4686 !(SeSinglePrivilegeCheck(SeLockMemoryPrivilege, PreviousMode))) in NtAllocateVirtualMemory()