/titanic_41/usr/src/uts/common/vm/ |
H A D | faultcode.h | 68 typedef int faultcode_t; /* type returned by vm fault routines */ typedef 70 extern int fc_decode(faultcode_t);
|
H A D | seg_kpm.c | 103 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 D | seg_umap.c | 49 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 D | seg_kpm.h | 105 extern faultcode_t segkpm_fault(struct hat *, struct seg *, caddr_t,
|
H A D | as.h | 275 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 D | seg_kp.h | 156 faultcode_t segkp_fault(struct hat *hat, struct seg *seg, caddr_t addr,
|
H A D | seg.h | 121 faultcode_t (*fault)(struct hat *, struct seg *, caddr_t, size_t, 123 faultcode_t (*faulta)(struct seg *, caddr_t);
|
H A D | seg_map.h | 279 extern faultcode_t segmap_fault(struct hat *, struct seg *, caddr_t, size_t,
|
H A D | seg_dev.c | 166 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 D | seg_spt.c | 94 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 D | hat.h | 297 faultcode_t hat_softlock(struct hat *, caddr_t, size_t *,
|
H A D | vm_as.c | 870 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 D | seg_map.c | 75 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 D | seg_kp.c | 153 SEGKP_BADOP(faultcode_t), /* faulta */ 928 faultcode_t
|
H A D | seg_kmem.c | 441 static faultcode_t 782 SEGKMEM_BADOP(faultcode_t), /* faulta */
|
H A D | seg_vn.c | 105 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 D | seg_nf.c | 64 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 D | faultcode.h | 52 typedef int faultcode_t; /* type returned by vm fault routines */ typedef
|
/titanic_41/usr/src/uts/common/os/ |
H A D | fbio.c | 70 faultcode_t err; in fbread()
|
H A D | vm_subr.c | 363 faultcode_t res; in cow_mapin()
|
/titanic_41/usr/src/uts/sun4/vm/ |
H A D | vm_dep.c | 137 faultcode_t 142 faultcode_t res; in pagefault()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | memcntl.c | 65 faultcode_t fc; in memcntl()
|
/titanic_41/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 529 faultcode_t fc; in segmf_add_mfns() 585 faultcode_t fc; in segmf_add_grefs()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | trap.c | 154 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 D | zulu_hat.c | 678 faultcode_t as_err; in zulu_hat_load()
|