X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fmm%2FARM3%2Fmiarm.h;h=7e0b9a68e99f52dadc03042fe4e6660828e2a769;hp=8cf2d39534dd06d2c7d39ae76bc1406de9a76bbc;hb=cde2dc6dc4290de2c856fce380d481376648e3d6;hpb=b1dae6b379aca59c8b6e4d09db6c5e91fa2a6801 diff --git a/ntoskrnl/mm/ARM3/miarm.h b/ntoskrnl/mm/ARM3/miarm.h index 8cf2d39534d..7e0b9a68e99 100644 --- a/ntoskrnl/mm/ARM3/miarm.h +++ b/ntoskrnl/mm/ARM3/miarm.h @@ -42,6 +42,9 @@ #define _1KB (1024) #define _1MB (1024 * _1KB) +/* Area mapped by a PDE */ +#define PDE_MAPPED_VA (PTE_COUNT * PAGE_SIZE) + /* Size of a page table */ #define PT_SIZE (PTE_COUNT * sizeof(MMPTE))