Lines Matching refs:memsize
331 psize_t memsize = bcm53xx_memprobe();
332 #ifdef MEMSIZE
333 if ((memsize >> 20) > MEMSIZE)
334 memsize = MEMSIZE*1024*1024;
336 const bool bigmem_p = (memsize >> 20) > 256;
341 if (memsize > KERNEL_VM_BASE - KERNEL_BASE) {
345 memsize = KERNEL_VM_BASE - KERNEL_BASE;
352 arm32_bootmem_init(KERN_VTOPHYS(KERNEL_BASE), memsize,
355 bcm53xx_dma_bootstrap(memsize);