Searched refs:FC_PROT (Results 1 – 12 of 12) sorted by relevance
43 #define FC_PROT 0x4 /* access exceeded current protections */ macro
58 #define FC_PROT 0x4 /* access exceeded current protections */ macro
227 return (FC_PROT); in segumap_fault()
1453 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()
2762 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()
2607 case FC_PROT: in fc_decode()
73 #define SEGV_PROT FC_PROT /* access exceeded protections */
467 #define SEGV_PROT FC_PROT /* access exceeded protections */
511 case FC_PROT: /* Pretend we don't know about it. This will be */ in cow_mapin()
334 return (FC_PROT); in segmf_fault_range()
689 } else if (res == FC_PROT) { in trap()
868 } else if (res == FC_PROT && addr < p->p_usrstack && in trap()