Searched refs:uvm_physseg_get_pg (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/uvm/ |
H A D | uvm_pglist.c | 216 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 D | uvm_physseg.h | 102 struct vm_page * uvm_physseg_get_pg(uvm_physseg_t, paddr_t);
|
H A D | uvm_physseg.c | 979 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 D | t_uvm_physseg.c | 518 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 D | t_uvm_physseg_load.c | 290 return uvm_physseg_get_pg(psi, off); in uvm_phys_to_vm_page()
|