Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/vm/
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 Dfaultcode.h66 typedef int faultcode_t; /* type returned by vm fault routines */ typedef
68 extern int fc_decode(faultcode_t);
H A Dseg_hole.c34 static faultcode_t seghole_fault(struct hat *, struct seg *, caddr_t, size_t,
36 static faultcode_t seghole_faulta(struct seg *, caddr_t);
159 static faultcode_t
169 static faultcode_t
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);
215 static faultcode_t
275 static faultcode_t
H A Dseg_kpm.h105 extern faultcode_t segkpm_fault(struct hat *, struct seg *, caddr_t,
H A Das.h272 faultcode_t as_fault(struct hat *hat, struct as *as, caddr_t addr, size_t size,
274 faultcode_t as_faulta(struct as *as, caddr_t addr, size_t size);
H A Dseg_kp.h154 faultcode_t segkp_fault(struct hat *hat, struct seg *seg, caddr_t addr,
H A Dseg.h122 faultcode_t (*fault)(struct hat *, struct seg *, caddr_t, size_t,
124 faultcode_t (*faulta)(struct seg *, caddr_t);
H A Dseg_map.h277 extern faultcode_t segmap_fault(struct hat *, struct seg *, caddr_t, size_t,
H A Dseg_dev.c167 static faultcode_t segdev_fault(struct hat *, struct seg *, caddr_t, size_t,
169 static faultcode_t segdev_faulta(struct seg *, caddr_t);
230 static faultcode_t segdev_faultpage(struct hat *, struct seg *, caddr_t,
233 static faultcode_t segdev_faultpages(struct hat *, struct seg *, caddr_t,
278 static faultcode_t acquire_kpmem_lock(struct ddi_umem_cookie *, size_t);
1191 static faultcode_t
1408 static faultcode_t
1596 static faultcode_t
1901 static faultcode_t
2057 static faultcode_t
H A Dseg_spt.c81 __NORETURN static faultcode_t
89 __NORETURN static faultcode_t
248 static faultcode_t segspt_shmfault(struct hat *hat, struct seg *seg,
250 static faultcode_t segspt_shmfaulta(struct seg *seg, caddr_t addr);
1969 faultcode_t
2152 faultcode_t
2383 static faultcode_t
H A Dhat.h297 faultcode_t hat_softlock(struct hat *, caddr_t, size_t *,
H A Dvm_as.c827 faultcode_t
835 faultcode_t res = 0; in as_fault()
981 faultcode_t
987 faultcode_t res = 0; in as_faulta()
2543 fc_decode(faultcode_t fault_err) in fc_decode()
2582 faultcode_t fault_err = 0; in as_pagelock_segs()
2732 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 */
930 faultcode_t
H A Dseg_kmem.c449 static faultcode_t
796 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);
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,
2705 static faultcode_t
3828 static faultcode_t
3853 faultcode_t err = 0; in segvn_fault_vnodepages()
4640 static faultcode_t
4659 faultcode_t err; in segvn_fault_anonpages()
4932 static faultcode_t
[all …]
/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/intel/io/vmm/
H A Dseg_vmm.c60 static faultcode_t segvmm_fault(struct hat *, struct seg *, caddr_t, size_t,
62 static faultcode_t segvmm_faulta(struct seg *, caddr_t);
344 static faultcode_t
392 static faultcode_t
/illumos-gate/usr/src/uts/common/os/
H A Dfbio.c68 faultcode_t err; in fbread()
H A Dvm_subr.c351 faultcode_t res; in cow_mapin()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c140 faultcode_t
145 faultcode_t res; in pagefault()
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c531 faultcode_t fc; in segmf_add_mfns()
587 faultcode_t fc; in segmf_add_grefs()
/illumos-gate/usr/src/uts/common/syscall/
H A Dmemcntl.c65 faultcode_t fc; in memcntl()
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c150 faultcode_t res; in trap()
159 extern faultcode_t pagefault(caddr_t, enum fault_type, in trap()

12