Home
last modified time | relevance | path

Searched refs:faultcode_t (Results 1 – 25 of 29) sorted by relevance

12

/titanic_41/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.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); in segkpm_fault()
H A Dseg_umap.c49 static faultcode_t segumap_fault(struct hat *, struct seg *, caddr_t, size_t,
51 static faultcode_t segumap_faulta(struct seg *, caddr_t);
214 static faultcode_t
274 static faultcode_t
H A Dseg_kpm.h105 extern faultcode_t segkpm_fault(struct hat *, struct seg *, caddr_t,
H A Das.h275 faultcode_t as_fault(struct hat *hat, struct as *as, caddr_t addr, size_t size,
277 faultcode_t as_faulta(struct as *as, caddr_t addr, size_t size);
H A Dseg_kp.h156 faultcode_t segkp_fault(struct hat *hat, struct seg *seg, caddr_t addr,
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 Dseg_map.h279 extern faultcode_t segmap_fault(struct hat *, struct seg *, caddr_t, size_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
1899 static faultcode_t
2055 static faultcode_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
2013 faultcode_t
2255 static faultcode_t
3025 static faultcode_t
H A Dhat.h297 faultcode_t hat_softlock(struct hat *, caddr_t, size_t *,
H A Dvm_as.c870 faultcode_t
878 faultcode_t res = 0; in as_fault()
1089 faultcode_t
1095 faultcode_t res = 0; in as_faulta()
2599 fc_decode(faultcode_t fault_err) in fc_decode()
2638 faultcode_t fault_err = 0; in as_pagelock_segs()
2788 faultcode_t fault_err; in as_pagelock()
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 Dseg_kp.c153 SEGKP_BADOP(faultcode_t), /* faulta */
928 faultcode_t
H A Dseg_kmem.c441 static faultcode_t
782 SEGKMEM_BADOP(faultcode_t), /* faulta */
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; in segvn_fault_vnodepages()
4653 static faultcode_t
4672 faultcode_t err; in segvn_fault_anonpages()
[all …]
/titanic_41/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
/titanic_41/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h52 typedef int faultcode_t; /* type returned by vm fault routines */ typedef
/titanic_41/usr/src/uts/common/os/
H A Dfbio.c70 faultcode_t err; in fbread()
H A Dvm_subr.c363 faultcode_t res; in cow_mapin()
/titanic_41/usr/src/uts/sun4/vm/
H A Dvm_dep.c137 faultcode_t
142 faultcode_t res; in pagefault()
/titanic_41/usr/src/uts/common/syscall/
H A Dmemcntl.c65 faultcode_t fc; in memcntl()
/titanic_41/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c529 faultcode_t fc; in segmf_add_mfns()
585 faultcode_t fc; in segmf_add_grefs()
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c154 faultcode_t res; in trap()
163 extern faultcode_t pagefault(caddr_t, enum fault_type, in trap()
/titanic_41/usr/src/uts/sun4u/vm/
H A Dzulu_hat.c678 faultcode_t as_err; in zulu_hat_load()

12