Searched refs:VMEMORY_END (Results 1 – 2 of 2) sorted by relevance
127 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1) macro130 #define VMALLOC_END VMEMORY_END
1312 for (addr = VMALLOC_START; addr <= VMEMORY_END; addr = ALIGN(addr + 1, PGDIR_SIZE)) { in preallocate_vmalloc_pages()
Completed in 6 milliseconds