VMEMORY_END
#define VMALLOC_END VMEMORY_END
for (addr = VMALLOC_START; addr <= VMEMORY_END; addr = ALIGN(addr + 1, PGDIR_SIZE)) {