Lines Matching defs:regs
106 static unsigned __kprobes long oops_begin(struct pt_regs *regs) in oops_begin()
134 static void __kprobes oops_end(unsigned long flags, struct pt_regs *regs, in oops_end()
184 static int __kprobes __die(const char *str, struct pt_regs *regs, long err) in __die()
210 void die(const char *str, struct pt_regs *regs, long err) in die()
220 struct pt_regs *regs, siginfo_t *info) in user_single_step_siginfo()
228 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception()
255 void system_reset_exception(struct pt_regs *regs) in system_reset_exception()
283 static inline int check_io_access(struct pt_regs *regs) in check_io_access()
325 #define get_reason(regs) ((regs)->dsisr) argument
327 #define get_mc_reason(regs) ((regs)->dsisr) argument
329 #define get_mc_reason(regs) (mfspr(SPRN_MCSR)) argument
337 #define single_stepping(regs) (current->thread.dbcr0 & DBCR0_IC) argument
338 #define clear_single_step(regs) (current->thread.dbcr0 &= ~DBCR0_IC) argument
343 #define get_reason(regs) ((regs)->msr) argument
344 #define get_mc_reason(regs) ((regs)->msr) argument
350 #define single_stepping(regs) ((regs)->msr & MSR_SE) argument
351 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE) argument
355 int machine_check_4xx(struct pt_regs *regs) in machine_check_4xx()
369 int machine_check_440A(struct pt_regs *regs) in machine_check_440A()
405 int machine_check_47x(struct pt_regs *regs) in machine_check_47x()
445 int machine_check_e500mc(struct pt_regs *regs) in machine_check_e500mc()
544 int machine_check_e500(struct pt_regs *regs) in machine_check_e500()
584 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
589 int machine_check_e200(struct pt_regs *regs) in machine_check_e200()
614 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
651 void machine_check_exception(struct pt_regs *regs) in machine_check_exception()
695 void SMIException(struct pt_regs *regs) in SMIException()
700 void unknown_exception(struct pt_regs *regs) in unknown_exception()
708 void instruction_breakpoint_exception(struct pt_regs *regs) in instruction_breakpoint_exception()
718 void RunModeException(struct pt_regs *regs) in RunModeException()
723 void __kprobes single_step_exception(struct pt_regs *regs) in single_step_exception()
742 static void emulate_single_step(struct pt_regs *regs) in emulate_single_step()
775 static void parse_fpe(struct pt_regs *regs) in parse_fpe()
797 static int emulate_string_inst(struct pt_regs *regs, u32 instword) in emulate_string_inst()
865 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) in emulate_popcntb_inst()
882 static int emulate_isel(struct pt_regs *regs, u32 instword) in emulate_isel()
899 static int emulate_instruction(struct pt_regs *regs) in emulate_instruction()
982 void __kprobes program_check_exception(struct pt_regs *regs) in program_check_exception()
1061 void alignment_exception(struct pt_regs *regs) in alignment_exception()
1089 void StackOverflow(struct pt_regs *regs) in StackOverflow()
1098 void nonrecoverable_exception(struct pt_regs *regs) in nonrecoverable_exception()
1106 void trace_syscall(struct pt_regs *regs) in trace_syscall()
1113 void kernel_fp_unavailable_exception(struct pt_regs *regs) in kernel_fp_unavailable_exception()
1120 void altivec_unavailable_exception(struct pt_regs *regs) in altivec_unavailable_exception()
1134 void vsx_unavailable_exception(struct pt_regs *regs) in vsx_unavailable_exception()
1148 void performance_monitor_exception(struct pt_regs *regs) in performance_monitor_exception()
1156 void SoftwareEmulation(struct pt_regs *regs) in SoftwareEmulation()
1217 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug()
1275 void __kprobes DebugException(struct pt_regs *regs, unsigned long debug_status) in DebugException()
1339 void TAUException(struct pt_regs *regs) in TAUException()
1347 void altivec_assist_exception(struct pt_regs *regs) in altivec_assist_exception()
1381 void vsx_assist_exception(struct pt_regs *regs) in vsx_assist_exception()
1396 void CacheLockingException(struct pt_regs *regs, unsigned long address, in CacheLockingException()
1410 void SPEFloatingPointException(struct pt_regs *regs) in SPEFloatingPointException()
1458 void SPEFloatingPointRoundException(struct pt_regs *regs) in SPEFloatingPointRoundException()
1496 void unrecoverable_exception(struct pt_regs *regs) in unrecoverable_exception()
1508 void __attribute__ ((weak)) WatchdogHandler(struct pt_regs *regs) in WatchdogHandler()
1515 void WatchdogException(struct pt_regs *regs) in WatchdogException()
1526 void kernel_bad_stack(struct pt_regs *regs) in kernel_bad_stack()