Home
last modified time | relevance | path

Searched refs:uvm_physseg_get_end (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/sys/uvm/
Duvm_physseg.h97 paddr_t uvm_physseg_get_end(uvm_physseg_t);
Duvm_pglist.c537 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()
Duvm_physseg.c1027 uvm_physseg_get_end(uvm_physseg_t upm) in uvm_physseg_get_end() function
1292 end = uvm_physseg_get_end(upm); in uvm_physseg_unplug()
Duvm_page.c380 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()
/netbsd/src/sys/arch/powerpc/booke/
Dbooke_pmap.c201 pmap_limits.avail_end = uvm_physseg_get_end(uvm_physseg_get_last()) << PGSHIFT; in pmap_bootstrap()
/netbsd/src/sys/arch/m68k/m68k/
Dpmap_motorola.c467 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()
/netbsd/src/sys/arch/mips/mips/
Dpmap_machdep.c413 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
Dmips_machdep.c2104 paddr_t end = uvm_physseg_get_end(bank); in mips_init_msgbuf()
/netbsd/src/sys/arch/sh3/sh3/
Dpmap.c112 avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
/netbsd/src/sys/arch/ia64/ia64/
Dpmap.c1423uvm_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()
/netbsd/src/sys/arch/x86/x86/
Dx86_machdep.c1120 uvm_physseg_unplug(uvm_physseg_get_end(x) - atop(sz), atop(sz)); in init_x86_msgbuf()
/netbsd/src/sys/arch/powerpc/ibm4xx/
Dpmap.c487 sz = uvm_physseg_get_end(bank) - uvm_physseg_get_start(bank); in pmap_init()
/netbsd/src/sys/arch/alpha/alpha/
Dmachdep.c684 end = uvm_physseg_get_end(bank); in alpha_init()
Dpmap.c1591 printf("\tend = 0x%lx\n", ptoa(uvm_physseg_get_end(bank))); in pmap_init()
/netbsd/src/sys/arch/amd64/amd64/
Dmachdep.c849 pfn < uvm_physseg_get_end(upm); in sparse_dump_mark()
/netbsd/src/sys/uvm/pmap/
Dpmap.c589 uvm_physseg_get_avail_end(bank), uvm_physseg_get_end(bank)); in pmap_steal_memory()
/netbsd/src/sys/arch/powerpc/oea/
Dpmap.c2960 end = uvm_physseg_get_end(bank); in pmap_steal_memory()
/netbsd/src/sys/arch/arm/arm32/
Dpmap.c8180 paddr_t epn = uvm_physseg_get_end(ups); in pmap_boot_pagealloc()