Lines Matching defs:regs

117 static unsigned __kprobes long oops_begin(struct pt_regs *regs)  in oops_begin()
145 static void __kprobes oops_end(unsigned long flags, struct pt_regs *regs, in oops_end()
197 static int __kprobes __die(const char *str, struct pt_regs *regs, long err) in __die()
223 void die(const char *str, struct pt_regs *regs, long err) in die()
233 struct pt_regs *regs, siginfo_t *info) in user_single_step_siginfo()
241 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception()
272 void system_reset_exception(struct pt_regs *regs) in system_reset_exception()
294 long machine_check_early(struct pt_regs *regs) in machine_check_early()
305 long hmi_exception_realmode(struct pt_regs *regs) in hmi_exception_realmode()
327 static inline int check_io_access(struct pt_regs *regs) in check_io_access()
369 #define get_reason(regs) ((regs)->dsisr) argument
371 #define get_mc_reason(regs) ((regs)->dsisr) argument
373 #define get_mc_reason(regs) (mfspr(SPRN_MCSR)) argument
381 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) argument
382 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) argument
387 #define get_reason(regs) ((regs)->msr) argument
388 #define get_mc_reason(regs) ((regs)->msr) argument
395 #define single_stepping(regs) ((regs)->msr & MSR_SE) argument
396 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE) argument
400 int machine_check_4xx(struct pt_regs *regs) in machine_check_4xx()
414 int machine_check_440A(struct pt_regs *regs) in machine_check_440A()
450 int machine_check_47x(struct pt_regs *regs) in machine_check_47x()
490 int machine_check_e500mc(struct pt_regs *regs) in machine_check_e500mc()
589 int machine_check_e500(struct pt_regs *regs) in machine_check_e500()
631 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
636 int machine_check_e200(struct pt_regs *regs) in machine_check_e200()
661 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
698 void machine_check_exception(struct pt_regs *regs) in machine_check_exception()
746 void SMIException(struct pt_regs *regs) in SMIException()
751 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception()
765 void unknown_exception(struct pt_regs *regs) in unknown_exception()
777 void instruction_breakpoint_exception(struct pt_regs *regs) in instruction_breakpoint_exception()
792 void RunModeException(struct pt_regs *regs) in RunModeException()
797 void __kprobes single_step_exception(struct pt_regs *regs) in single_step_exception()
821 static void emulate_single_step(struct pt_regs *regs) in emulate_single_step()
854 static void parse_fpe(struct pt_regs *regs) in parse_fpe()
876 static int emulate_string_inst(struct pt_regs *regs, u32 instword) in emulate_string_inst()
948 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) in emulate_popcntb_inst()
965 static int emulate_isel(struct pt_regs *regs, u32 instword) in emulate_isel()
983 static inline bool tm_abort_check(struct pt_regs *regs, int cause) in tm_abort_check()
998 static inline bool tm_abort_check(struct pt_regs *regs, int reason) in tm_abort_check()
1004 static int emulate_instruction(struct pt_regs *regs) in emulate_instruction()
1105 static int emulate_math(struct pt_regs *regs) in emulate_math()
1132 static inline int emulate_math(struct pt_regs *regs) { return -1; } in emulate_math()
1135 void __kprobes program_check_exception(struct pt_regs *regs) in program_check_exception()
1252 void __kprobes emulation_assist_interrupt(struct pt_regs *regs) in emulation_assist_interrupt()
1258 void alignment_exception(struct pt_regs *regs) in alignment_exception()
1297 void StackOverflow(struct pt_regs *regs) in StackOverflow()
1306 void nonrecoverable_exception(struct pt_regs *regs) in nonrecoverable_exception()
1314 void trace_syscall(struct pt_regs *regs) in trace_syscall()
1321 void kernel_fp_unavailable_exception(struct pt_regs *regs) in kernel_fp_unavailable_exception()
1332 void altivec_unavailable_exception(struct pt_regs *regs) in altivec_unavailable_exception()
1351 void vsx_unavailable_exception(struct pt_regs *regs) in vsx_unavailable_exception()
1366 void facility_unavailable_exception(struct pt_regs *regs) in facility_unavailable_exception()
1423 void fp_unavailable_tm(struct pt_regs *regs) in fp_unavailable_tm()
1459 void altivec_unavailable_tm(struct pt_regs *regs) in altivec_unavailable_tm()
1479 void vsx_unavailable_tm(struct pt_regs *regs) in vsx_unavailable_tm()
1520 void performance_monitor_exception(struct pt_regs *regs) in performance_monitor_exception()
1528 void SoftwareEmulation(struct pt_regs *regs) in SoftwareEmulation()
1546 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug()
1605 void __kprobes DebugException(struct pt_regs *regs, unsigned long debug_status) in DebugException()
1669 void TAUException(struct pt_regs *regs) in TAUException()
1677 void altivec_assist_exception(struct pt_regs *regs) in altivec_assist_exception()
1711 void CacheLockingException(struct pt_regs *regs, unsigned long address, in CacheLockingException()
1725 void SPEFloatingPointException(struct pt_regs *regs) in SPEFloatingPointException()
1773 void SPEFloatingPointRoundException(struct pt_regs *regs) in SPEFloatingPointRoundException()
1811 void unrecoverable_exception(struct pt_regs *regs) in unrecoverable_exception()
1823 void __attribute__ ((weak)) WatchdogHandler(struct pt_regs *regs) in WatchdogHandler()
1830 void WatchdogException(struct pt_regs *regs) in WatchdogException()
1841 void kernel_bad_stack(struct pt_regs *regs) in kernel_bad_stack()