Lines Matching defs:ubc_winsize
132 const int ubc_winsize = 1 << UBC_MAX_WINSHIFT;
314 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)];
336 slot_offset = ubc_offset & (ubc_winsize - 1);
369 npages = (ubc_winsize - slot_offset) >> PAGE_SHIFT;
494 umap_offset = (offset & ~((voff_t)ubc_winsize - 1));
495 slot_offset = (vaddr_t)(offset & ((voff_t)ubc_winsize - 1));
496 *lenp = MIN(*lenp, ubc_winsize - slot_offset);
534 va + ubc_winsize);
588 pmap_remove(pmap_kernel(), va, va + ubc_winsize);
612 pmap_kremove(va, ubc_winsize);
690 pmap_kremove(umapva, ubc_winsize);
712 umapva + ubc_winsize);
744 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)];
809 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)];
873 *lenp = MIN(*lenp, ubc_winsize - pgoff);
877 KASSERT((*npages * PAGE_SIZE) <= ubc_winsize);
878 KASSERT(*lenp + pgoff <= ubc_winsize);
986 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)];
1053 struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)];
1102 for (va = 0; va < ubc_winsize; va += PAGE_SIZE) {