Home
last modified time | relevance | path

Searched refs:FC_PROT (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h43 #define FC_PROT 0x4 /* access exceeded current protections */ macro
/titanic_41/usr/src/uts/common/vm/
H A Dfaultcode.h58 #define FC_PROT 0x4 /* access exceeded current protections */ macro
H A Dseg_umap.c227 return (FC_PROT); in segumap_fault()
H A Dseg_dev.c1453 return (FC_PROT); /* illegal access type */ in segdev_faultpage()
1651 return (FC_PROT); in segdev_fault()
1932 return (FC_PROT); in segdev_faultpages()
1981 return (FC_PROT); /* illegal access type */ in segdev_faultpages()
H A Dseg_vn.c2762 return (FC_PROT); /* illegal access type */ in segvn_faultpage()
3990 err = FC_PROT; in segvn_fault_vnodepages()
4732 err = FC_PROT; in segvn_fault_anonpages()
5007 return (FC_PROT); in segvn_fault()
5052 return (FC_PROT); /* illegal access type */ in segvn_fault()
H A Dvm_as.c2607 case FC_PROT: in fc_decode()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h73 #define SEGV_PROT FC_PROT /* access exceeded protections */
/titanic_41/usr/src/ucbhead/sys/
H A Dsignal.h467 #define SEGV_PROT FC_PROT /* access exceeded protections */
/titanic_41/usr/src/uts/common/os/
H A Dvm_subr.c511 case FC_PROT: /* Pretend we don't know about it. This will be */ in cow_mapin()
/titanic_41/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c334 return (FC_PROT); in segmf_fault_range()
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c689 } else if (res == FC_PROT) { in trap()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c868 } else if (res == FC_PROT && addr < p->p_usrstack && in trap()