Searched refs:TotalMemory (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc.c100 unsigned long initrd_loc = 0, TotalMemory = 0; local
120 TotalMemory = get_mem_size();
244 if ( TotalMemory )
245 bootinfo_append(BI_MEMSIZE, sizeof(int), (void*)&TotalMemory);
H A Dmisc-prep.c181 else if (hold_residual && hold_residual->TotalMemory)
182 return hold_residual->TotalMemory;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dresidual.h305 unsigned long TotalMemory; /* Total amount of memory installed */ member in struct:_RESIDUAL

Completed in 68 milliseconds