Home
last modified time | relevance | path

Searched refs:vmalloc_size (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/s390/kernel/
Dsetup.c520 unsigned long vmax, vmalloc_size, tmp; in setup_memory_end() local
558 vmalloc_size = VMALLOC_END ?: 128UL << 30; in setup_memory_end()
560 tmp = tmp * (sizeof(struct page) + PAGE_SIZE) + vmalloc_size; in setup_memory_end()
566 vmalloc_size = VMALLOC_END ?: 96UL << 20; in setup_memory_end()
571 VMALLOC_START = vmax - vmalloc_size; in setup_memory_end()