Searched refs:FC_PROT (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h43 #define FC_PROT 0x4 /* access exceeded current protections */ macro
/illumos-gate/usr/src/uts/common/vm/
H A Dfaultcode.h58 #define FC_PROT 0x4 /* access exceeded current protections */ macro
H A Dseg_dev.c1453 return (FC_PROT); /* illegal access type */
1641 * then segdev_faultpages will fail with FC_PROT anyway, need to
1651 return (FC_PROT);
1932 return (FC_PROT);
1981 return (FC_PROT); /* illegal access type */
H A Dseg_vn.c2762 return (FC_PROT); /* illegal access type */
3985 err = FC_PROT;
4711 err = FC_PROT;
4986 return (FC_PROT);
5031 return (FC_PROT); /* illegal access type */
H A Dvm_as.c2513 case FC_PROT:
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h73 #define SEGV_PROT FC_PROT /* access exceeded protections */
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h467 #define SEGV_PROT FC_PROT /* access exceeded protections */
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c511 case FC_PROT: /* Pretend we don't know about it. This will be */
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c334 return (FC_PROT);
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c689 } else if (res == FC_PROT) {
711 } else { /* FC_NOMAP || FC_PROT */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c883 } else if (res == FC_PROT && addr < p->p_usrstack &&
936 default: /* FC_NOMAP or FC_PROT */

Completed in 115 milliseconds