HomeSort by: relevance | last modified time | path
    Searched defs:dab_buserr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/arm32/
fault.c 134 static int dab_buserr(trapframe_t *, u_int, u_int, struct lwp *, ksiginfo_t *);
141 {dab_buserr, "External Linefetch Abort (S)"},
143 {dab_buserr, "External Linefetch Abort (P)"},
145 {dab_buserr, "External Non-Linefetch Abort (S)"},
147 {dab_buserr, "External Non-Linefetch Abort (P)"},
149 {dab_buserr, "External Translation Abort (L1)"},
151 {dab_buserr, "External Translation Abort (L2)"},
647 * dab_buserr() handles the following data aborts:
669 dab_buserr(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l, function in typeref:typename:int
fault.c 134 static int dab_buserr(trapframe_t *, u_int, u_int, struct lwp *, ksiginfo_t *);
141 {dab_buserr, "External Linefetch Abort (S)"},
143 {dab_buserr, "External Linefetch Abort (P)"},
145 {dab_buserr, "External Non-Linefetch Abort (S)"},
147 {dab_buserr, "External Non-Linefetch Abort (P)"},
149 {dab_buserr, "External Translation Abort (L1)"},
151 {dab_buserr, "External Translation Abort (L2)"},
647 * dab_buserr() handles the following data aborts:
669 dab_buserr(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l, function in typeref:typename:int
fault.c 134 static int dab_buserr(trapframe_t *, u_int, u_int, struct lwp *, ksiginfo_t *);
141 {dab_buserr, "External Linefetch Abort (S)"},
143 {dab_buserr, "External Linefetch Abort (P)"},
145 {dab_buserr, "External Non-Linefetch Abort (S)"},
147 {dab_buserr, "External Non-Linefetch Abort (P)"},
149 {dab_buserr, "External Translation Abort (L1)"},
151 {dab_buserr, "External Translation Abort (L2)"},
647 * dab_buserr() handles the following data aborts:
669 dab_buserr(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l, function in typeref:typename:int

Completed in 175 milliseconds