HomeSort by: relevance | last modified time | path
    Searched refs:uvm_physseg_get_pg (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/uvm/
uvm_physseg.h 102 struct vm_page * uvm_physseg_get_pg(uvm_physseg_t, paddr_t);
uvm_pglist.c 216 if (VM_PAGE_IS_FREE(uvm_physseg_get_pg(psi, idx)) == 0) {
223 idxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx));
224 lastidxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx - 1));
245 KDASSERT(VM_PAGE_IS_FREE(uvm_physseg_get_pg(psi, candidateidx + skip)));
277 uvm_pglist_add(uvm_physseg_get_pg(psi, idx), rlist);
554 pg = uvm_physseg_get_pg(psi, candidate - uvm_physseg_get_start(psi));
568 pg = uvm_physseg_get_pg(psi, candidate - uvm_physseg_get_start(psi));
uvm_physseg.c 979 return uvm_physseg_get_pg(upm, off);
1089 uvm_physseg_get_pg(uvm_physseg_t upm, paddr_t idx) function in typeref:struct:vm_page *
  /src/tests/sys/uvm/
t_uvm_physseg.c 518 pgs = uvm_physseg_get_pg(upm3, 0);
524 pgs = uvm_physseg_get_pg(upm4, 0);
1696 ATF_TC(uvm_physseg_get_pg);
1697 ATF_TC_HEAD(uvm_physseg_get_pg, tc)
1700 is correct when fetched by uvm_physseg_get_pg() call.");
1702 ATF_TC_BODY(uvm_physseg_get_pg, tc)
1728 extracted_pg = uvm_physseg_get_pg(upm, 5);
1734 extracted_pg = uvm_physseg_get_pg(upm, 113);
2370 ATF_TP_ADD_TC(tp, uvm_physseg_get_pg);
t_uvm_physseg_load.c 290 return uvm_physseg_get_pg(psi, off);

Completed in 14 milliseconds