Home
last modified time | relevance | path

Searched refs:uvm_physseg_get_last (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_physseg.h83 #define UVM_PHYSSEG_TYPE_INVALID_OVERFLOW (uvm_physseg_get_last() + 1) /* ran off the end of the la…
119 uvm_physseg_t uvm_physseg_get_last(void);
H A Duvm_pglist.c474 for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi)) in uvm_pglistalloc_contig()
639 for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi)) in uvm_pglistalloc_simple()
H A Duvm_physseg.c444 uvm_physseg_get_last(void) in uvm_physseg_get_last() function
600 uvm_physseg_get_last(void) in uvm_physseg_get_last() function
H A Duvm_page.c364 if (uvm_physseg_get_last() == UVM_PHYSSEG_TYPE_INVALID) in uvm_page_init()
634 for (lcv = uvm_physseg_get_last(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv)) in uvm_page_physget_freelist()
649 for (lcv = uvm_physseg_get_last(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv)) in uvm_page_physget_freelist()
/netbsd-src/tests/sys/uvm/
H A Dt_uvm_physseg.c1420 ATF_TC(uvm_physseg_get_last);
1421 ATF_TC_HEAD(uvm_physseg_get_last, tc) in ATF_TC_HEAD() argument
1426 ATF_TC_BODY(uvm_physseg_get_last, tc) in ATF_TC_BODY() argument
1434 ATF_CHECK_EQ(upm, uvm_physseg_get_last()); in ATF_TC_BODY()
1444 upm = uvm_physseg_get_last(); in ATF_TC_BODY()
1462 upm = uvm_physseg_get_last(); in ATF_TC_BODY()
1481 upm = uvm_physseg_get_last(); in ATF_TC_BODY()
2362 ATF_TP_ADD_TC(tp, uvm_physseg_get_last); in ATF_TP_ADD_TCS()
/netbsd-src/sys/arch/riscv/riscv/
H A Dpmap_machdep.c382 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
/netbsd-src/sys/arch/powerpc/booke/
H A Dbooke_pmap.c201 pmap_limits.avail_end = uvm_physseg_get_end(uvm_physseg_get_last()) << PGSHIFT; in pmap_bootstrap()
/netbsd-src/sys/arch/alpha/pci/
H A Dtsp_dma.c214 if (uvm_physseg_get_avail_end(uvm_physseg_get_last()) > in tsp_dma_init()
H A Dcia_dma.c154 if (uvm_physseg_get_avail_end(uvm_physseg_get_last()) > in cia_dma_init()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dpmap_machdep.c475 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
/netbsd-src/sys/arch/mips/mips/
H A Dpmap_machdep.c413 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
H A Dmips_machdep.c2090 uvm_physseg_t bank = uvm_physseg_get_last(); in mips_init_msgbuf()
/netbsd-src/sys/arch/sh3/sh3/
H A Dpmap.c112 avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
/netbsd-src/sys/arch/alpha/alpha/
H A Dmachdep.c678 bank = uvm_physseg_get_last(); in alpha_init()
H A Dpmap.c1302 avail_end = ptoa(uvm_physseg_get_avail_end(uvm_physseg_get_last())); in pmap_bootstrap()
/netbsd-src/sys/arch/ia64/ia64/
H A Dpmap.c1414 uvm_physseg_get_first() == uvm_physseg_get_last() /* single segment */) { in pmap_steal_vhpt_memory()
/netbsd-src/sys/arch/arm/arm32/
H A Dpmap.c6692 avail_end = ptoa(uvm_physseg_get_avail_end(uvm_physseg_get_last())); in pmap_init()