Home | History | Annotate | Download | only in ofw

Lines Matching defs:istart

881 		paddr_t istart, isize;
897 &istart, &isize)) {
903 printf(" ISADMA 0x%lx -> 0x%lx\n", istart,
904 istart + isize - 1);
906 uvm_page_physload(atop(istart),
907 atop(istart + isize), atop(istart),
908 atop(istart + isize), VM_FREELIST_ISADMA);
914 if (start < istart) {
917 start, istart - 1);
920 atop(istart), atop(start),
921 atop(istart), VM_FREELIST_DEFAULT);
928 if ((istart + isize) < end) {
931 (istart + isize), end - 1);
933 uvm_page_physload(atop(istart + isize),
934 atop(end), atop(istart + isize),