uvm_physseg_get_pg
if (VM_PAGE_IS_FREE(uvm_physseg_get_pg(psi, idx)) == 0) {
idxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx));
lastidxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx - 1));
KDASSERT(VM_PAGE_IS_FREE(uvm_physseg_get_pg(psi, candidateidx + skip)));
uvm_pglist_add(uvm_physseg_get_pg(psi, idx), rlist);
pg = uvm_physseg_get_pg(psi, candidate - uvm_physseg_get_start(psi));
pg = uvm_physseg_get_pg(psi, candidate - uvm_physseg_get_start(psi));
return uvm_physseg_get_pg(upm, off);
struct vm_page * uvm_physseg_get_pg(uvm_physseg_t, paddr_t);
ATF_TC(uvm_physseg_get_pg);
ATF_TC_HEAD(uvm_physseg_get_pg, tc)
ATF_TC_BODY(uvm_physseg_get_pg, tc)
extracted_pg = uvm_physseg_get_pg(upm, 5);
extracted_pg = uvm_physseg_get_pg(upm, 113);
ATF_TP_ADD_TC(tp, uvm_physseg_get_pg);
pgs = uvm_physseg_get_pg(upm3, 0);
pgs = uvm_physseg_get_pg(upm4, 0);
return uvm_physseg_get_pg(psi, off);