Searched defs:pt_regs (Results 1 – 8 of 8) sorted by relevance
5 struct pt_regs { struct6 unsigned long epc;7 unsigned long ra;8 unsigned long sp;9 unsigned long gp;10 unsigned long tp;11 unsigned long t0;12 unsigned long t1;13 unsigned long t2;14 unsigned long s0;[all …]
11 struct pt_regs { struct23 static inline bool regs_is_prefix(volatile struct pt_regs *regs) in regs_is_prefix() argument
63 void install_irq_handler(unsigned long cause, void (*handler)(struct pt_regs *)) in install_irq_handler()71 void install_exception_handler(unsigned long cause, void (*handler)(struct pt_regs *)) in install_exception_handler()
72 struct pt_regs { struct74 struct user_pt_regs user_regs; argument82 u64 orig_x0;83 u64 syscallno;
58 struct pt_regs { struct59 unsigned long uregs[18];
29 void handle_exception(int trap, void (*func)(struct pt_regs *, void *), in handle_exception() argument
125 void register_ipi(void (*fn)(struct pt_regs *, void *), void *data) in register_ipi() argument
151 static void timer_setup(void (*handler)(struct pt_regs *)) in timer_setup()