Searched refs:sparc_stackf (Results 1 – 9 of 9) sorted by relevance
217 static inline struct sparc_stackf __user *218 clone_stackframe(struct sparc_stackf __user *dst,219 struct sparc_stackf __user *src)222 struct sparc_stackf *tmp;223 struct sparc_stackf __user *sp;231 sp = (struct sparc_stackf __user *)(fp - size); 319 struct sparc_stackf __user *childstack;320 struct sparc_stackf __user *parentstack;326 childstack = (struct sparc_stackf __user *)328 parentstack = (struct sparc_stackf __user *)
20 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf))) in kstack_valid()26 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf))) in kstack_valid()30 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf))) in kstack_valid()
35 struct sparc_stackf *sf; in __save_stack_trace()42 sf = (struct sparc_stackf *) fp; in __save_stack_trace()
1752 struct sparc_stackf *sf; in perf_callchain_kernel()1759 sf = (struct sparc_stackf *) fp; in perf_callchain_kernel()1804 struct sparc_stackf __user *usf; in perf_callchain_user_64()1805 struct sparc_stackf sf; in perf_callchain_user_64()1808 usf = (struct sparc_stackf __user *)ufp; in perf_callchain_user_64()1831 struct sparc_stackf __user *usf; in perf_callchain_user_32()1832 struct sparc_stackf sf; in perf_callchain_user_32()1835 usf = (struct sparc_stackf __user *)ufp; in perf_callchain_user_32()
575 struct sparc_stackf *parent_sf; in copy_thread()587 sizeof(struct sparc_stackf)); in copy_thread()599 parent_sf = ((struct sparc_stackf *) regs) - 1; in copy_thread()
37 struct sparc_stackf ss;47 struct sparc_stackf ss;
246 struct sparc_stackf ss;
2475 struct sparc_stackf *sf; in show_stack()2481 sf = (struct sparc_stackf *) fp; in show_stack()
64 struct sparc_stackf { struct67 struct sparc_stackf *fp; argument119 struct sparc_stackf { struct122 struct sparc_stackf *fp; argument135 #define STACKFRAME_SZ sizeof(struct sparc_stackf) argument