Searched refs:highmemsize (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/loongson2ef/common/ |
H A D | mem.c | 16 u32 memsize, highmemsize; variable 26 bit = fls(memsize + highmemsize); in prom_init_memory() 27 if (bit != ffs(memsize + highmemsize)) in prom_init_memory() 40 if (highmemsize > 0) in prom_init_memory() 41 memblock_add(LOONGSON_HIGHMEM_START, highmemsize << 20); in prom_init_memory()
|
H A D | env.c | 31 highmemsize = fw_getenvl("highmemsize"); in prom_init_env() 36 pr_info("memsize=%u, highmemsize=%u\n", memsize, highmemsize); in prom_init_env()
|
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/ |
H A D | mem.c | 16 u32 memsize, highmemsize; variable 26 bit = fls(memsize + highmemsize); in prom_init_memory() 27 if (bit != ffs(memsize + highmemsize)) in prom_init_memory() 40 if (highmemsize > 0) in prom_init_memory() 41 memblock_add(LOONGSON_HIGHMEM_START, highmemsize << 20); in prom_init_memory()
|
H A D | env.c | 31 highmemsize = fw_getenvl("highmemsize"); in prom_init_env() 36 pr_info("memsize=%u, highmemsize=%u\n", memsize, highmemsize); in prom_init_env()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson.h | 22 extern u32 memsize, highmemsize;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson.h | 46 extern u32 memsize, highmemsize;
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson2ef/ |
H A D | loongson.h | 23 extern u32 memsize, highmemsize;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson2ef/ |
H A D | loongson.h | 23 extern u32 memsize, highmemsize;
|
Completed in 4 milliseconds