Searched refs:Maxmem (Results 1 – 16 of 16) sorted by relevance
833 if(Maxmem > 0) in enable_K5_wt_alloc()834 msr = Maxmem / 16; in enable_K5_wt_alloc()878 if (Maxmem > 0) in enable_K6_wt_alloc()879 size = ((Maxmem >> 8) + 3) >> 2; in enable_K6_wt_alloc()928 if (Maxmem > 0) in enable_K6_2_wt_alloc()929 size = ((Maxmem >> 8) + 3) >> 2; in enable_K6_2_wt_alloc()
191 long Maxmem = 0; variable273 memsize = ptoa((uintmax_t)Maxmem);1978 Maxmem = atop(physmap[physmap_idx + 1]); in getmemsize()1981 Maxmem = MAXMEM / 4; in getmemsize()1985 Maxmem = atop(physmem_tunable); in getmemsize()1992 Maxmem = atop(physmap[physmap_idx + 1]); in getmemsize()2006 if (atop(physmap[physmap_idx + 1]) != Maxmem && in getmemsize()2014 if (atop(physmap[physmap_idx + 1]) < Maxmem) in getmemsize()2015 physmap[physmap_idx + 1] = ptoa((vm_paddr_t)Maxmem); in getmemsize()2044 end = ptoa((vm_paddr_t)Maxmem); in getmemsize()[all …]
38 extern long Maxmem;
36 extern long Maxmem;
44 extern long Maxmem;
123 return (ptoa(Maxmem)); in vmm_mem_maxaddr()
88 long Maxmem; variable415 Maxmem = atop(phys_avail[nextidx - 1]); in physmem_init_kernel_globals()
39 extern long Maxmem;
212 long Maxmem = 0; variable280 memsize = ptoa((uintmax_t)Maxmem);1265 Maxmem = atop(physmap[physmap_idx + 1]); in getmemsize()1268 Maxmem = MAXMEM / 4; in getmemsize()1272 Maxmem = atop(physmem_tunable); in getmemsize()1290 if (Maxmem > atop(physmap[physmap_idx + 1])) in getmemsize()1291 Maxmem = atop(physmap[physmap_idx + 1]); in getmemsize()1293 if (atop(physmap[physmap_idx + 1]) != Maxmem && in getmemsize()1295 printf("Physical memory use set to %ldK\n", Maxmem * 4); in getmemsize()1350 end = ptoa((vm_paddr_t)Maxmem); in getmemsize()[all …]
127 return (start + AP_BOOTPT_SZ <= GiB(4) && atop(end) < Maxmem); in is_mpboot_good()
1620 ndmpdp = howmany(ptoa(Maxmem), NBPDP); in create_pagetables()1630 Maxmem = atop(NDMPML4E * NBPML4); in create_pagetables()1641 ndm1g = ptoa(Maxmem) >> PDPSHIFT; in create_pagetables()
60 #define MAX_BPAGES (Maxmem > atop(0x100000000ULL) ? 8192 : 512)209 if (newtag->common.lowaddr < ptoa((vm_paddr_t)Maxmem) || in bounce_bus_dma_tag_create()345 maxpages = MIN(MAX_BPAGES, Maxmem - in bounce_bus_dmamap_create()451 dmat->common.lowaddr >= ptoa((vm_paddr_t)Maxmem) && in bounce_bus_dmamem_alloc()568 ptoa((vm_paddr_t)Maxmem), in _bus_dmamap_count_pages()607 ptoa((vm_paddr_t)Maxmem), in _bus_dmamap_count_ma()
294 if (newtag->common.lowaddr < ptoa((vm_paddr_t)Maxmem) || in bounce_bus_dma_tag_create()453 maxpages = MIN(MAX_BPAGES, Maxmem - in bounce_bus_dmamap_create()592 dmat->common.lowaddr >= ptoa((vm_paddr_t)Maxmem) && in bounce_bus_dmamem_alloc()704 ptoa((vm_paddr_t)Maxmem), in _bus_dmamap_count_pages()
116 long Maxmem = 0; variable
537 Maxmem = atop(phys_avail[i - 1]); in pmap_bootstrap()550 printf("Maxmem is 0x%0jx\n", ptoa((uintmax_t)Maxmem)); in pmap_bootstrap()
406 domain->iodom.end = id_mapped ? ptoa(Maxmem) : BUS_SPACE_MAXADDR; in dmar_domain_alloc()