Searched refs:total_memory (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_32.c58 phys_addr_t total_memory; variable
148 total_lowmem = total_memory = memblock_end_of_DRAM() - memstart_addr;
162 total_memory = total_lowmem;
H A Dmmu_decl.h119 extern phys_addr_t total_memory;
H A Dppc_mmu_32.c212 n_hpteg = total_memory / (PAGE_SIZE * 8);
234 (unsigned long long)(total_memory >> 20), Hash_size >> 10, Hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvesa.h27 u16 total_memory; /* 18 */ member in struct:vesa_general_info
H A Dvideo-vesa.c225 boot_params.screen_info.lfb_size = vginfo.total_memory;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Duvesafb.h50 __u16 total_memory; member in struct:vbe_ib
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dtop.c365 unsigned long total_memory = display_generic(scr_width); /* or use total_vsz? */ local
402 pmem_scale = UPSCALE*(1U<<(BITS_PER_INT-11)) / total_memory;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-sflow.c446 u_int8_t total_memory[8]; member in struct:sflow_processor_counter_t
464 EXTRACT_64BITS(sflow_processor_counter->total_memory),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsetup.c324 unsigned long total_memory; local
362 total_memory = efi_memmap_init(&rsvd_region[n].start, &rsvd_region[n].end);
365 setup_crashkernel(total_memory, &n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup-common.c197 (unsigned int)(total_memory / (1024 * 1024)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Duvesafb.c1478 size_total = par->vbe_ib.total_memory * 65536;
1777 par->vbe_ib.total_memory * 64);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dppc4xx_pci.c164 if (size < total_memory) {
166 "(size=%llx total_memory=%llx)\n",
167 hose->dn->full_name, size, (u64)total_memory);

Completed in 222 milliseconds