Searched refs:faultcode_t (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/uts/common/vm/
H A Dfaultcode.h68 typedef int faultcode_t; /* type returned by vm fault routines */ typedef
70 extern int fc_decode(faultcode_t);
H A Dseg_kpm.h105 extern faultcode_t segkpm_fault(struct hat *, struct seg *, caddr_t,
H A Dseg_kpm.c103 faultcode_t segkpm_fault(struct hat *hat, struct seg *seg, caddr_t addr,
209 faultcode_t
301 faultcode_t
305 return ((faultcode_t)0);
H A Dseg_kp.h156 faultcode_t segkp_fault(struct hat *hat, struct seg *seg, caddr_t addr,
H A Dseg_map.h279 extern faultcode_t segmap_fault(struct hat *, struct seg *, caddr_t, size_t,
H A Das.h270 faultcode_t as_fault(struct hat *hat, struct as *as, caddr_t addr, size_t size,
272 faultcode_t as_faulta(struct as *as, caddr_t addr, size_t size);
H A Dseg.h121 faultcode_t (*fault)(struct hat *, struct seg *, caddr_t, size_t,
123 faultcode_t (*faulta)(struct seg *, caddr_t);
H A Dhat.h282 * faultcode_t hat_softlock(hat, addr, lenp, ppp, flags);
297 faultcode_t hat_softlock(struct hat *, caddr_t, size_t *,
H A Dseg_spt.c94 SEGSPT_BADOP(faultcode_t), /* faulta */
119 static faultcode_t segspt_shmfault(struct hat *hat, struct seg *seg,
121 static faultcode_t segspt_shmfaulta(struct seg *seg, caddr_t addr);
1820 faultcode_t
2003 faultcode_t
2234 static faultcode_t
3004 static faultcode_t
H A Dseg_dev.c166 static faultcode_t segdev_fault(struct hat *, struct seg *, caddr_t, size_t,
168 static faultcode_t segdev_faulta(struct seg *, caddr_t);
229 static faultcode_t segdev_faultpage(struct hat *, struct seg *, caddr_t,
232 static faultcode_t segdev_faultpages(struct hat *, struct seg *, caddr_t,
277 static faultcode_t acquire_kpmem_lock(struct ddi_umem_cookie *, size_t);
1189 static faultcode_t
1406 static faultcode_t
1594 static faultcode_t
1897 * This routine returns a faultcode_t as a return value for segdev_fault.
1899 static faultcode_t
[all...]
H A Dseg_map.c75 faultcode_t segmap_fault(struct hat *hat, struct seg *seg, caddr_t addr,
77 static faultcode_t segmap_faulta(struct seg *seg, caddr_t addr);
581 faultcode_t
774 static faultcode_t
H A Dvm_as.c840 faultcode_t
848 faultcode_t res = 0;
1000 faultcode_t
1006 faultcode_t res = 0;
2505 fc_decode(faultcode_t fault_err)
2544 faultcode_t fault_err = 0;
2694 faultcode_t fault_err;
H A Dseg_kmem.c440 static faultcode_t
781 SEGKMEM_BADOP(faultcode_t), /* faulta */
H A Dseg_kp.c153 SEGKP_BADOP(faultcode_t), /* faulta */
928 faultcode_t
H A Dseg_vn.c105 static faultcode_t segvn_fault(struct hat *hat, struct seg *seg,
108 static faultcode_t segvn_faulta(struct seg *seg, caddr_t addr);
204 static faultcode_t segvn_fault_vnodepages(struct hat *, struct seg *, caddr_t,
206 static faultcode_t segvn_fault_anonpages(struct hat *, struct seg *, caddr_t,
208 static faultcode_t segvn_faultpage(struct hat *, struct seg *, caddr_t,
2699 static faultcode_t
3823 static faultcode_t
3848 faultcode_t err = 0;
4632 static faultcode_t
4651 faultcode_t er
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h52 typedef int faultcode_t; /* type returned by vm fault routines */ typedef
/illumos-gate/usr/src/uts/sparc/v9/vm/
H A Dseg_nf.c64 static faultcode_t segnf_nomap(void);
90 (faultcode_t (*)(struct hat *, struct seg *, caddr_t, size_t,
93 (faultcode_t (*)(struct seg *, caddr_t))
382 static faultcode_t
/illumos-gate/usr/src/uts/common/os/
H A Dfbio.c70 faultcode_t err;
H A Dvm_subr.c363 faultcode_t res;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c139 faultcode_t
144 faultcode_t res;
/illumos-gate/usr/src/uts/common/syscall/
H A Dmemcntl.c65 faultcode_t fc;
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c529 faultcode_t fc;
585 faultcode_t fc;
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c154 faultcode_t res;
163 extern faultcode_t pagefault(caddr_t, enum fault_type,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c474 faultcode_t pagefault(), res, errcode;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c521 faultcode_t
532 faultcode_t res;

Completed in 166 milliseconds

12