Home | History | Annotate | Download | only in include

Lines Matching refs:trapframe

87 struct trapframe;
90 void data_abort_handler(struct trapframe *, uint32_t);
99 void trap_doast(struct trapframe *);
101 void trap_el1t_sync(struct trapframe *);
102 void trap_el1t_irq(struct trapframe *);
103 void trap_el1t_fiq(struct trapframe *);
104 void trap_el1t_error(struct trapframe *);
105 void trap_el1h_sync(struct trapframe *);
106 void trap_el1h_fiq(struct trapframe *);
107 void trap_el1h_error(struct trapframe *);
108 void trap_el0_sync(struct trapframe *);
109 void trap_el0_fiq(struct trapframe *);
110 void trap_el0_error(struct trapframe *);
111 void trap_el0_32sync(struct trapframe *);
112 void trap_el0_32fiq(struct trapframe *);
113 void trap_el0_32error(struct trapframe *);
114 void cpu_irq(struct trapframe *);
115 void cpu_fiq(struct trapframe *);
119 void cpu_jump_onfault(struct trapframe *, const struct faultbuf *, int);
163 const char *func, size_t line, struct trapframe *tf,