Lines Matching refs:pt_regs
60 extern void do_bedbug_breakpoint(struct pt_regs *);
87 void show_regs(struct pt_regs *regs) in show_regs()
115 static void _exception(int signr, struct pt_regs *regs) in _exception()
122 void CritcalInputException(struct pt_regs *regs) in CritcalInputException()
129 void MachineCheckException(struct pt_regs *regs) in MachineCheckException()
201 void AlignmentException(struct pt_regs *regs) in AlignmentException()
213 void ProgramCheckException(struct pt_regs *regs) in ProgramCheckException()
236 void PITException(struct pt_regs *regs) in PITException()
249 void UnknownException(struct pt_regs *regs) in UnknownException()
261 void ExtIntException(struct pt_regs *regs) in ExtIntException()
280 void DebugException(struct pt_regs *regs) in DebugException()