Searched refs:highmemsize (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/mips/loongson64/common/ |
| D | mem.c | 18 u32 memsize, highmemsize; variable 31 bit = fls(memsize + highmemsize); in prom_init_memory() 32 if (bit != ffs(memsize + highmemsize)) in prom_init_memory() 45 if (highmemsize > 0) in prom_init_memory() 47 highmemsize << 20, BOOT_MEM_RAM); in prom_init_memory()
|
| D | env.c | 57 parse_even_earlier(highmemsize, "highmemsize", l); in prom_init_env() 66 pr_info("memsize=%u, highmemsize=%u\n", memsize, highmemsize); in prom_init_env()
|
| /Linux-v5.4/arch/mips/loongson32/common/ |
| D | prom.c | 16 unsigned long memsize, highmemsize; variable 64 highmemsize = env_or_default("highmemsize", 0x0); in prom_init()
|
| /Linux-v5.4/arch/mips/include/asm/mach-loongson32/ |
| D | prom.h | 14 extern unsigned long memsize, highmemsize;
|
| /Linux-v5.4/arch/mips/include/asm/mach-loongson64/ |
| D | loongson.h | 24 extern u32 memsize, highmemsize;
|