abort_handler
ATF_TC_WITHOUT_HEAD(abort_handler);
ATF_TC_BODY(abort_handler, tc)
ATF_TP_ADD_TC(tp, abort_handler);
void abort_handler(struct trapframe *, int );
typedef void (abort_handler)(struct thread *, struct trapframe *, uint64_t,
static abort_handler align_abort;
static abort_handler data_abort;
static abort_handler external_abort;
static abort_handler *abort_handlers[] = {
SCI_BASE_REQUEST_HANDLER_T abort_handler;
return this_request->state_handlers->parent.abort_handler(
fw_request->state_handlers->abort_handler(&fw_request->parent);
request->state_handlers->abort_handler(&request->parent);
fw_request->state_handlers->abort_handler(&fw_request->parent);