Lines Matching refs:pt_regs
61 extern void do_bedbug_breakpoint(struct pt_regs *);
88 void show_regs(struct pt_regs *regs) in show_regs()
116 static void _exception(int signr, struct pt_regs *regs) in _exception()
123 void CritcalInputException(struct pt_regs *regs) in CritcalInputException()
130 void MachineCheckException(struct pt_regs *regs) in MachineCheckException()
202 void AlignmentException(struct pt_regs *regs) in AlignmentException()
214 void ProgramCheckException(struct pt_regs *regs) in ProgramCheckException()
237 void PITException(struct pt_regs *regs) in PITException()
250 void UnknownException(struct pt_regs *regs) in UnknownException()
262 void ExtIntException(struct pt_regs *regs) in ExtIntException()
281 void DebugException(struct pt_regs *regs) in DebugException()