Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/parisc/mm/
H A Dinit.c111 unsigned long mem_max; in setup_bootmem() local
198 mem_max = 0; in setup_bootmem()
203 if ((mem_max + rsize) > mem_limit) { in setup_bootmem()
205 if (mem_max == mem_limit) in setup_bootmem()
209 - (mem_max >> PAGE_SHIFT); in setup_bootmem()
211 mem_max = mem_limit; in setup_bootmem()
215 mem_max += rsize; in setup_bootmem()
218 printk(KERN_INFO "Total Memory: %ld MB\n",mem_max >> 20); in setup_bootmem()
304 if (__pa(initrd_start) < mem_max) { in setup_bootmem()
307 if (__pa(initrd_end) > mem_max) { in setup_bootmem()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0008-kexec.c-replace-mising-BLKGETSIZE64.patch31 unsigned long long mem_max = ULONG_MAX;
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c684 long mem_max = (long)arg; in alloc_anon_50M_check_swap() local
695 if (!mem_current || !values_close(mem_current, mem_max, 3)) in alloc_anon_50M_check_swap()