Searched refs:segdev_faultpages (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c232 static faultcode_t segdev_faultpages(struct hat *, struct seg *, caddr_t,
1403 * This routine is called only from segdev_faultpages()
1624 return (segdev_faultpages(hat, seg, addr, len, type, rw, NULL));
1641 * then segdev_faultpages will fail with FC_PROT anyway, need to
1642 * change that so calls from devmap_load to segdev_faultpages for
1655 * Loop through dhp list calling devmap_access or segdev_faultpages for
1694 * the same loop calling segdev_faultpages/segdev_softunlock
1828 err = segdev_faultpages(hat, seg, laddr, llen,
1865 * hence, result from segdev_faultpages() should be
1891 * segdev_faultpages
1900 segdev_faultpages( function
[all...]

Completed in 56 milliseconds