Lines Matching refs:Maxmem
204 long Maxmem = 0; variable
274 memsize = ptoa((uintmax_t)Maxmem); in cpu_startup()
916 Maxmem = atop(physmap[physmap_idx + 1]); in getmemsize()
919 Maxmem = MAXMEM / 4; in getmemsize()
923 Maxmem = atop(physmem_tunable); in getmemsize()
941 if (Maxmem > atop(physmap[physmap_idx + 1])) in getmemsize()
942 Maxmem = atop(physmap[physmap_idx + 1]); in getmemsize()
944 if (atop(physmap[physmap_idx + 1]) != Maxmem && in getmemsize()
946 printf("Physical memory use set to %ldK\n", Maxmem * 4); in getmemsize()
992 end = ptoa((vm_paddr_t)Maxmem); in getmemsize()
1130 Maxmem = atop(phys_avail[pa_indx]); in getmemsize()