mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[NTOSKRNL]
Add MM_HIGHEST_VAD_ADDRESS for amd64 svn path=/trunk/; revision=48085
This commit is contained in:
parent
ef44812048
commit
3c70caa7e3
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
#define MI_SECONDARY_COLORS 64
|
||||
#define MI_MAX_SECONDARY_COLORS 1024
|
||||
|
||||
#define MM_HIGHEST_VAD_ADDRESS \
|
||||
(PVOID)((ULONG_PTR)MM_HIGHEST_USER_ADDRESS - (16 * PAGE_SIZE))
|
||||
|
||||
PULONG64
|
||||
FORCEINLINE
|
||||
MmGetPageDirectory(VOID)
|
||||
|
|
Loading…
Reference in a new issue