Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/mm/
Dinit_32.c60 phys_addr_t total_memory; variable
150 total_lowmem = total_memory = memblock_end_of_DRAM() - memstart_addr; in MMU_init()
164 total_memory = total_lowmem; in MMU_init()
Dppc_mmu_32.c212 n_hpteg = total_memory / (PAGE_SIZE * 8); in MMU_init_hw()
233 (unsigned long long)(total_memory >> 20), Hash_size >> 10, Hash); in MMU_init_hw()
Dmmu_decl.h119 extern phys_addr_t total_memory;
/linux-3.4.99/arch/x86/boot/
Dvesa.h27 u16 total_memory; /* 18 */ member
Dvideo-vesa.c225 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
/linux-3.4.99/include/video/
Duvesafb.h50 __u16 total_memory; member
/linux-3.4.99/arch/ia64/kernel/
Dsetup.c341 unsigned long total_memory; in reserve_memory() local
379 total_memory = efi_memmap_init(&rsvd_region[n].start, &rsvd_region[n].end); in reserve_memory()
382 setup_crashkernel(total_memory, &n); in reserve_memory()
/linux-3.4.99/arch/powerpc/kernel/
Dsetup-common.c206 (unsigned int)(total_memory / (1024 * 1024))); in show_cpuinfo_summary()
/linux-3.4.99/arch/powerpc/sysdev/
Dppc4xx_pci.c164 if (size < total_memory) { in ppc4xx_parse_dma_ranges()
167 hose->dn->full_name, size, (u64)total_memory); in ppc4xx_parse_dma_ranges()
/linux-3.4.99/drivers/video/
Duvesafb.c1493 size_total = par->vbe_ib.total_memory * 65536; in uvesafb_init_info()
1813 par->vbe_ib.total_memory * 64); in uvesafb_probe()