HomeSort by: relevance | last modified time | path
    Searched defs:idxpa (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_pglist.c 120 paddr_t idxpa, lastidxpa; local in function:uvm_pglistalloc_c_ps
223 idxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx));
225 if ((lastidxpa + PAGE_SIZE) != idxpa) {
232 ((lastidxpa ^ idxpa) & ~(boundary - 1))
uvm_pglist.c 120 paddr_t idxpa, lastidxpa; local in function:uvm_pglistalloc_c_ps
223 idxpa = VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx));
225 if ((lastidxpa + PAGE_SIZE) != idxpa) {
232 ((lastidxpa ^ idxpa) & ~(boundary - 1))

Completed in 24 milliseconds