Home
last modified time | relevance | path

Searched refs:total_memory (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/mm/
Dinit_32.c56 phys_addr_t total_memory; variable
138 total_lowmem = total_memory = memblock_end_of_DRAM() - memstart_addr; in MMU_init()
152 total_memory = total_lowmem; in MMU_init()
Dmmu_decl.h111 extern phys_addr_t total_memory;
/arch/x86/boot/
Dvesa.h22 u16 total_memory; /* 18 */ member
Dvideo-vesa.c224 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
/arch/powerpc/mm/book3s32/
Dmmu.c367 n_hpteg = total_memory / (PAGE_SIZE * 8); in MMU_init_hw()
388 (unsigned long long)(total_memory >> 20), Hash_size >> 10); in MMU_init_hw()
/arch/ia64/kernel/
Dsetup.c338 unsigned long total_memory; in reserve_memory() local
374 total_memory = efi_memmap_init(&rsvd_region[n].start, &rsvd_region[n].end); in reserve_memory()
377 setup_crashkernel(total_memory, &n); in reserve_memory()
/arch/powerpc/kernel/
Dsetup-common.c223 (unsigned int)(total_memory / (1024 * 1024))); in show_cpuinfo_summary()
/arch/powerpc/platforms/4xx/
Dpci.c162 if (size < total_memory) { in ppc4xx_parse_dma_ranges()
165 hose->dn, size, (u64)total_memory); in ppc4xx_parse_dma_ranges()