Searched defs:forcefault (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c1595 * If forcefault is nonzero and the MMU translations haven't yet been created,
1604 int forcefault,
1643 (forcefault == SM_PAGECREATE && rw != S_WRITE)) {
1829 if (forcefault == SM_PAGECREATE) {
1922 if (prot != PROT_ALL && forcefault == SM_LOCKPROTO) {
1930 forcefault = 0;
1965 if (forcefault && (newslot || !hat_probe(kas.a_hat, vaddr))) {
1599 segmap_getmapflt( struct seg *seg, struct vnode *vp, u_offset_t off, size_t len, int forcefault, enum seg_rw rw) argument

Completed in 64 milliseconds