Searched refs:VMEMORY_END (Results 1 – 2 of 2) sorted by relevance
149 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1) macro152 #define VMALLOC_END VMEMORY_END
1291 for (addr = VMALLOC_START; addr <= VMEMORY_END; addr = ALIGN(addr + 1, PGDIR_SIZE)) { in preallocate_vmalloc_pages()