Lines Matching refs:uvm_physseg_find
557 uvm_physseg_find(atop(TWOFIFTYSIX_KILO), &pa);
578 uvm_physseg_find(atop(TWOFIFTYSIX_KILO), &pa);
589 upm = uvm_physseg_find(atop(TWOFIFTYSIX_KILO + FIVEONETWO_KILO), NULL);
1803 is correct when an PFN is passed into uvm_physseg_find() call. \
1836 result = uvm_physseg_find(atop(ONE_MEGABYTE - 1024), NULL);
1852 result = uvm_physseg_find(atop(ONE_MEGABYTE + 8192), &offset);
1868 result = uvm_physseg_find(atop(ONE_MEGABYTE - 12288), &offset);
1890 uvm_physseg_find() call.");
1906 uvm_physseg_find(atop(ONE_MEGABYTE * 3), NULL));
1912 uvm_physseg_find(atop(ONE_MEGABYTE * 3), &offset));
2286 upm = uvm_physseg_find(VALID_AVAIL_END_PFN_1 - 1, NULL);