Lines Matching defs:regs
181 static unsigned long oops_begin(struct pt_regs *regs) in oops_begin()
207 static void oops_end(unsigned long flags, struct pt_regs *regs, in oops_end()
253 static int __die(const char *str, struct pt_regs *regs, long err) in __die()
279 void die(const char *str, struct pt_regs *regs, long err) in die()
298 void user_single_step_report(struct pt_regs *regs) in user_single_step_report()
303 static void show_signal_msg(int signr, struct pt_regs *regs, int code, in show_signal_msg()
329 static bool exception_common(int signr, struct pt_regs *regs, int code, in exception_common()
353 void _exception_pkey(struct pt_regs *regs, unsigned long addr, int key) in _exception_pkey()
361 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception()
390 void hv_nmi_check_nonrecoverable(struct pt_regs *regs) in hv_nmi_check_nonrecoverable()
434 void system_reset_exception(struct pt_regs *regs) in system_reset_exception()
533 static inline int check_io_access(struct pt_regs *regs) in check_io_access()
574 #define get_reason(regs) ((regs)->dsisr) argument
581 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) argument
582 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) argument
583 #define clear_br_trace(regs) do {} while(0) argument
587 #define get_reason(regs) ((regs)->msr) argument
594 #define single_stepping(regs) ((regs)->msr & MSR_SE) argument
595 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE) argument
596 #define clear_br_trace(regs) ((regs)->msr &= ~MSR_BE) argument
600 int machine_check_e500mc(struct pt_regs *regs) in machine_check_e500mc()
707 int machine_check_e500(struct pt_regs *regs) in machine_check_e500()
749 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
754 int machine_check_e200(struct pt_regs *regs) in machine_check_e200()
779 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
816 void machine_check_exception(struct pt_regs *regs) in machine_check_exception()
863 void SMIException(struct pt_regs *regs) in SMIException()
869 static void p9_hmi_special_emu(struct pt_regs *regs) in p9_hmi_special_emu()
1049 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception()
1078 void unknown_exception(struct pt_regs *regs) in unknown_exception()
1090 void instruction_breakpoint_exception(struct pt_regs *regs) in instruction_breakpoint_exception()
1105 void RunModeException(struct pt_regs *regs) in RunModeException()
1110 void single_step_exception(struct pt_regs *regs) in single_step_exception()
1139 static void emulate_single_step(struct pt_regs *regs) in emulate_single_step()
1172 static void parse_fpe(struct pt_regs *regs) in parse_fpe()
1194 static int emulate_string_inst(struct pt_regs *regs, u32 instword) in emulate_string_inst()
1266 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) in emulate_popcntb_inst()
1283 static int emulate_isel(struct pt_regs *regs, u32 instword) in emulate_isel()
1301 static inline bool tm_abort_check(struct pt_regs *regs, int cause) in tm_abort_check()
1316 static inline bool tm_abort_check(struct pt_regs *regs, int reason) in tm_abort_check()
1322 static int emulate_instruction(struct pt_regs *regs) in emulate_instruction()
1423 static int emulate_math(struct pt_regs *regs) in emulate_math()
1450 static inline int emulate_math(struct pt_regs *regs) { return -1; } in emulate_math()
1453 void program_check_exception(struct pt_regs *regs) in program_check_exception()
1578 void emulation_assist_interrupt(struct pt_regs *regs) in emulation_assist_interrupt()
1585 void alignment_exception(struct pt_regs *regs) in alignment_exception()
1624 void StackOverflow(struct pt_regs *regs) in StackOverflow()
1633 void kernel_fp_unavailable_exception(struct pt_regs *regs) in kernel_fp_unavailable_exception()
1644 void altivec_unavailable_exception(struct pt_regs *regs) in altivec_unavailable_exception()
1663 void vsx_unavailable_exception(struct pt_regs *regs) in vsx_unavailable_exception()
1678 static void tm_unavailable(struct pt_regs *regs) in tm_unavailable()
1694 void facility_unavailable_exception(struct pt_regs *regs) in facility_unavailable_exception()
1813 void fp_unavailable_tm(struct pt_regs *regs) in fp_unavailable_tm()
1846 void altivec_unavailable_tm(struct pt_regs *regs) in altivec_unavailable_tm()
1861 void vsx_unavailable_tm(struct pt_regs *regs) in vsx_unavailable_tm()
1886 void performance_monitor_exception(struct pt_regs *regs) in performance_monitor_exception()
1894 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug()
1953 void DebugException(struct pt_regs *regs, unsigned long debug_status) in DebugException()
2024 void TAUException(struct pt_regs *regs) in TAUException()
2032 void altivec_assist_exception(struct pt_regs *regs) in altivec_assist_exception()
2066 void CacheLockingException(struct pt_regs *regs, unsigned long address, in CacheLockingException()
2080 void SPEFloatingPointException(struct pt_regs *regs) in SPEFloatingPointException()
2132 void SPEFloatingPointRoundException(struct pt_regs *regs) in SPEFloatingPointRoundException()
2174 void unrecoverable_exception(struct pt_regs *regs) in unrecoverable_exception()
2187 void __attribute__ ((weak)) WatchdogHandler(struct pt_regs *regs) in WatchdogHandler()
2194 void WatchdogException(struct pt_regs *regs) in WatchdogException()
2205 void kernel_bad_stack(struct pt_regs *regs) in kernel_bad_stack()