Home
last modified time | relevance | path

Searched refs:uvm_physseg_get_pg (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_pglist.c216 if (VM_PAGE_IS_FREE(uvm_physseg_get_pg(psi, idx)) == 0) { in uvm_pglistalloc_c_ps()
223 idxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx)); in uvm_pglistalloc_c_ps()
224 lastidxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx - 1)); in uvm_pglistalloc_c_ps()
245 KDASSERT(VM_PAGE_IS_FREE(uvm_physseg_get_pg(psi, candidateidx + skip))); in uvm_pglistalloc_c_ps()
277 uvm_pglist_add(uvm_physseg_get_pg(psi, idx), rlist); in uvm_pglistalloc_c_ps()
554 pg = uvm_physseg_get_pg(psi, candidate - uvm_physseg_get_start(psi)); in uvm_pglistalloc_s_ps()
568 pg = uvm_physseg_get_pg(psi, candidate - uvm_physseg_get_start(psi)); in uvm_pglistalloc_s_ps()
H A Duvm_physseg.h102 struct vm_page * uvm_physseg_get_pg(uvm_physseg_t, paddr_t);
H A Duvm_physseg.c979 return uvm_physseg_get_pg(upm, off); in uvm_phys_to_vm_page()
1089 uvm_physseg_get_pg(uvm_physseg_t upm, paddr_t idx) in uvm_physseg_get_pg() function
/netbsd-src/tests/sys/uvm/
H A Dt_uvm_physseg.c518 pgs = uvm_physseg_get_pg(upm3, 0); in ATF_TC_BODY()
524 pgs = uvm_physseg_get_pg(upm4, 0); in ATF_TC_BODY()
1696 ATF_TC(uvm_physseg_get_pg);
1697 ATF_TC_HEAD(uvm_physseg_get_pg, tc) in ATF_TC_HEAD() argument
1702 ATF_TC_BODY(uvm_physseg_get_pg, tc) in ATF_TC_BODY() argument
1728 extracted_pg = uvm_physseg_get_pg(upm, 5); in ATF_TC_BODY()
1734 extracted_pg = uvm_physseg_get_pg(upm, 113); in ATF_TC_BODY()
2370 ATF_TP_ADD_TC(tp, uvm_physseg_get_pg); in ATF_TP_ADD_TCS()
H A Dt_uvm_physseg_load.c290 return uvm_physseg_get_pg(psi, off); in uvm_phys_to_vm_page()