Searched refs:uvm_physseg_get_end (Results 1 – 18 of 18) sorted by relevance
97 paddr_t uvm_physseg_get_end(uvm_physseg_t);
537 KASSERT(uvm_physseg_get_avail_start(psi) <= uvm_physseg_get_end(psi)); in uvm_pglistalloc_s_ps()538 KASSERT(uvm_physseg_get_avail_end(psi) <= uvm_physseg_get_end(psi)); in uvm_pglistalloc_s_ps()
1027 uvm_physseg_get_end(uvm_physseg_t upm) in uvm_physseg_get_end() function1292 end = uvm_physseg_get_end(upm); in uvm_physseg_unplug()
380 freepages += (uvm_physseg_get_end(bank) - uvm_physseg_get_start(bank)); in uvm_page_init()435 n = uvm_physseg_get_end(bank) - uvm_physseg_get_start(bank); in uvm_page_init()2214 pfn < uvm_physseg_get_end(i); in uvm_page_printall()
201 pmap_limits.avail_end = uvm_physseg_get_end(uvm_physseg_get_last()) << PGSHIFT; in pmap_bootstrap()
467 page_cnt += uvm_physseg_get_end(bank) - uvm_physseg_get_start(bank); in pmap_init()496 npages = uvm_physseg_get_end(bank) - uvm_physseg_get_start(bank); in pmap_init()1832 ptoa(uvm_physseg_get_end(bank))); in pmap_collect()
413 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
2104 paddr_t end = uvm_physseg_get_end(bank); in mips_init_msgbuf()
112 avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
1423 … uvm_physseg_get_end(upm) - uvm_physseg_get_start(upm)) == false) { in pmap_steal_vhpt_memory()1426 uvm_physseg_get_end(upm) - uvm_physseg_get_start(upm)); in pmap_steal_vhpt_memory()
1120 uvm_physseg_unplug(uvm_physseg_get_end(x) - atop(sz), atop(sz)); in init_x86_msgbuf()
487 sz = uvm_physseg_get_end(bank) - uvm_physseg_get_start(bank); in pmap_init()
684 end = uvm_physseg_get_end(bank); in alpha_init()
1591 printf("\tend = 0x%lx\n", ptoa(uvm_physseg_get_end(bank))); in pmap_init()
849 pfn < uvm_physseg_get_end(upm); in sparse_dump_mark()
589 uvm_physseg_get_avail_end(bank), uvm_physseg_get_end(bank)); in pmap_steal_memory()
2960 end = uvm_physseg_get_end(bank); in pmap_steal_memory()
8180 paddr_t epn = uvm_physseg_get_end(ups); in pmap_boot_pagealloc()