Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/loongson64/common/
Dmem.c20 u32 memsize, highmemsize; variable
33 bit = fls(memsize + highmemsize); in prom_init_memory()
34 if (bit != ffs(memsize + highmemsize)) in prom_init_memory()
47 if (highmemsize > 0) in prom_init_memory()
49 highmemsize << 20, BOOT_MEM_RAM); in prom_init_memory()
Denv.c61 parse_even_earlier(highmemsize, "highmemsize", l); in prom_init_env()
70 pr_info("memsize=%u, highmemsize=%u\n", memsize, highmemsize); in prom_init_env()
/linux-4.4.14/arch/mips/loongson32/common/
Dprom.c20 unsigned long memsize, highmemsize; variable
68 highmemsize = env_or_default("highmemsize", 0x0); in prom_init()
/linux-4.4.14/arch/mips/include/asm/mach-loongson32/
Dprom.h18 extern unsigned long memsize, highmemsize;
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dloongson.h29 extern u32 memsize, highmemsize;