Searched refs:abort_handler (Results 1 – 4 of 4) sorted by relevance
87 typedef void (abort_handler)(struct thread *, struct trapframe *, uint64_t, typedef90 static abort_handler align_abort;91 static abort_handler data_abort;92 static abort_handler external_abort;94 static abort_handler *abort_handlers[] = {
21 void abort_handler(struct trapframe *, int );
248 b _C_LABEL(abort_handler)268 b _C_LABEL(abort_handler)
279 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() function