Searched refs:vmalloc_size (Results 1 – 4 of 4) sorted by relevance
/linux/arch/s390/boot/ |
H A D | startup.c | 243 unsigned long vmalloc_size, in get_vmem_size() argument 254 return size_add(vsize, vmalloc_size); in get_vmem_size() 275 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION3_SIZE); in setup_kernel_memory_layout() 282 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION2_SIZE); in setup_kernel_memory_layout() 342 vmalloc_size = min(vmalloc_size, vsize); in setup_kernel_memory_layout() 345 vmalloc_size = round_down(vmalloc_size / 3, _SEGMENT_SIZE); in setup_kernel_memory_layout() 346 VMALLOC_END -= vmalloc_size * 2; in setup_kernel_memory_layout() 348 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout() 405 vmalloc_size = max(size, vmalloc_size); in setup_vmalloc_size()
|
H A D | ipl_parm.c | 31 unsigned long vmalloc_size = VMALLOC_DEFAULT_SIZE; variable 278 vmalloc_size = round_up(memparse(val, NULL), _SEGMENT_SIZE); in parse_boot_command_line()
|
H A D | boot.h | 102 extern unsigned long vmalloc_size;
|
/linux/arch/powerpc/include/asm/ |
H A D | opal.h | 372 unsigned long vmalloc_size);
|