mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:37:10 +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_SECONDARY_COLORS 64
|
||||||
#define MI_MAX_SECONDARY_COLORS 1024
|
#define MI_MAX_SECONDARY_COLORS 1024
|
||||||
|
|
||||||
|
#define MM_HIGHEST_VAD_ADDRESS \
|
||||||
|
(PVOID)((ULONG_PTR)MM_HIGHEST_USER_ADDRESS - (16 * PAGE_SIZE))
|
||||||
|
|
||||||
PULONG64
|
PULONG64
|
||||||
FORCEINLINE
|
FORCEINLINE
|
||||||
MmGetPageDirectory(VOID)
|
MmGetPageDirectory(VOID)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue