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()
307 long hmi_exception_realmode(struct pt_regs *regs) in hmi_exception_realmode()
329 static inline int check_io_access(struct pt_regs *regs) in check_io_access()
371 #define get_reason(regs) ((regs)->dsisr) argument
373 #define get_mc_reason(regs) ((regs)->dsisr) argument
375 #define get_mc_reason(regs) (mfspr(SPRN_MCSR)) argument
383 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) argument
384 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) argument
389 #define get_reason(regs) ((regs)->msr) argument
390 #define get_mc_reason(regs) ((regs)->msr) argument
397 #define single_stepping(regs) ((regs)->msr & MSR_SE) argument
398 #define clear_single_step(regs) ((regs)->msr &= ~MSR_SE) argument
402 int machine_check_4xx(struct pt_regs *regs) in machine_check_4xx()
416 int machine_check_440A(struct pt_regs *regs) in machine_check_440A()
452 int machine_check_47x(struct pt_regs *regs) in machine_check_47x()
492 int machine_check_e500mc(struct pt_regs *regs) in machine_check_e500mc()
591 int machine_check_e500(struct pt_regs *regs) in machine_check_e500()
633 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
638 int machine_check_e200(struct pt_regs *regs) in machine_check_e200()
663 int machine_check_generic(struct pt_regs *regs) in machine_check_generic()
700 void machine_check_exception(struct pt_regs *regs) in machine_check_exception()
748 void SMIException(struct pt_regs *regs) in SMIException()
753 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception()
767 void unknown_exception(struct pt_regs *regs) in unknown_exception()
779 void instruction_breakpoint_exception(struct pt_regs *regs) in instruction_breakpoint_exception()
794 void RunModeException(struct pt_regs *regs) in RunModeException()
799 void __kprobes single_step_exception(struct pt_regs *regs) in single_step_exception()
823 static void emulate_single_step(struct pt_regs *regs) in emulate_single_step()
856 static void parse_fpe(struct pt_regs *regs) in parse_fpe()
878 static int emulate_string_inst(struct pt_regs *regs, u32 instword) in emulate_string_inst()
950 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) in emulate_popcntb_inst()
967 static int emulate_isel(struct pt_regs *regs, u32 instword) in emulate_isel()
985 static inline bool tm_abort_check(struct pt_regs *regs, int cause) in tm_abort_check()
1000 static inline bool tm_abort_check(struct pt_regs *regs, int reason) in tm_abort_check()
1006 static int emulate_instruction(struct pt_regs *regs) in emulate_instruction()
1107 static int emulate_math(struct pt_regs *regs) in emulate_math()
1134 static inline int emulate_math(struct pt_regs *regs) { return -1; } in emulate_math()
1137 void __kprobes program_check_exception(struct pt_regs *regs) in program_check_exception()
1254 void __kprobes emulation_assist_interrupt(struct pt_regs *regs) in emulation_assist_interrupt()
1260 void alignment_exception(struct pt_regs *regs) in alignment_exception()
1299 void StackOverflow(struct pt_regs *regs) in StackOverflow()
1308 void nonrecoverable_exception(struct pt_regs *regs) in nonrecoverable_exception()
1316 void trace_syscall(struct pt_regs *regs) in trace_syscall()
1323 void kernel_fp_unavailable_exception(struct pt_regs *regs) in kernel_fp_unavailable_exception()
1334 void altivec_unavailable_exception(struct pt_regs *regs) in altivec_unavailable_exception()
1353 void vsx_unavailable_exception(struct pt_regs *regs) in vsx_unavailable_exception()
1368 void facility_unavailable_exception(struct pt_regs *regs) in facility_unavailable_exception()
1460 void fp_unavailable_tm(struct pt_regs *regs) in fp_unavailable_tm()
1496 void altivec_unavailable_tm(struct pt_regs *regs) in altivec_unavailable_tm()
1516 void vsx_unavailable_tm(struct pt_regs *regs) in vsx_unavailable_tm()
1557 void performance_monitor_exception(struct pt_regs *regs) in performance_monitor_exception()
1565 void SoftwareEmulation(struct pt_regs *regs) in SoftwareEmulation()
1583 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug()
1642 void __kprobes DebugException(struct pt_regs *regs, unsigned long debug_status) in DebugException()
1706 void TAUException(struct pt_regs *regs) in TAUException()
1714 void altivec_assist_exception(struct pt_regs *regs) in altivec_assist_exception()
1748 void CacheLockingException(struct pt_regs *regs, unsigned long address, in CacheLockingException()
1762 void SPEFloatingPointException(struct pt_regs *regs) in SPEFloatingPointException()
1810 void SPEFloatingPointRoundException(struct pt_regs *regs) in SPEFloatingPointRoundException()
1848 void unrecoverable_exception(struct pt_regs *regs) in unrecoverable_exception()
1860 void __attribute__ ((weak)) WatchdogHandler(struct pt_regs *regs) in WatchdogHandler()
1867 void WatchdogException(struct pt_regs *regs) in WatchdogException()
1878 void kernel_bad_stack(struct pt_regs *regs) in kernel_bad_stack()