mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Add missing flags for MmAllocatePagesForMdlEx.
svn path=/trunk/; revision=41504
This commit is contained in:
parent
4fbc4ba227
commit
7f3a8dc045
1 changed files with 3 additions and 0 deletions
|
@ -5183,6 +5183,9 @@ extern NTKERNELAPI ULONG_PTR MmUserProbeAddress;
|
|||
#define MM_KSEG0_BASE MM_SYSTEM_RANGE_START
|
||||
#define MM_SYSTEM_SPACE_END 0xFFFFFFFF
|
||||
|
||||
#define MM_DONT_ZERO_ALLOCATION 0x00000001
|
||||
#define MM_ALLOCATE_FROM_LOCAL_NODE_ONLY 0x00000002
|
||||
|
||||
#elif defined(__x86_64__)
|
||||
|
||||
#define CONTEXT_AMD64 0x100000
|
||||
|
|
Loading…
Reference in a new issue