Searched refs:sparc_stackf (Results 1 – 9 of 9) sorted by relevance
237 static inline struct sparc_stackf __user *238 clone_stackframe(struct sparc_stackf __user *dst,239 struct sparc_stackf __user *src)242 struct sparc_stackf *tmp;243 struct sparc_stackf __user *sp;251 sp = (struct sparc_stackf __user *)(fp - size); 368 struct sparc_stackf __user *childstack;369 struct sparc_stackf __user *parentstack;375 childstack = (struct sparc_stackf __user *)377 parentstack = (struct sparc_stackf __user *)
19 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf))) in kstack_valid()25 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf))) in kstack_valid()29 sp <= (base + THREAD_SIZE - sizeof(struct sparc_stackf))) in kstack_valid()
33 struct sparc_stackf *sf; in __save_stack_trace()40 sf = (struct sparc_stackf *) fp; in __save_stack_trace()
1711 struct sparc_stackf *sf; in perf_callchain_kernel()1718 sf = (struct sparc_stackf *) fp; in perf_callchain_kernel()1751 struct sparc_stackf __user *usf; in perf_callchain_user_64()1752 struct sparc_stackf sf; in perf_callchain_user_64()1755 usf = (struct sparc_stackf __user *)ufp; in perf_callchain_user_64()1775 struct sparc_stackf __user *usf; in perf_callchain_user_32()1776 struct sparc_stackf sf; in perf_callchain_user_32()1779 usf = (struct sparc_stackf __user *)ufp; in perf_callchain_user_32()
624 struct sparc_stackf *parent_sf; in copy_thread()636 sizeof(struct sparc_stackf)); in copy_thread()649 parent_sf = ((struct sparc_stackf *) regs) - 1; in copy_thread()
38 struct sparc_stackf ss;48 struct sparc_stackf ss;
238 struct sparc_stackf ss;
2346 struct sparc_stackf *sf; in show_stack()2352 sf = (struct sparc_stackf *) fp; in show_stack()
63 struct sparc_stackf { struct66 struct sparc_stackf *fp; argument118 struct sparc_stackf { struct121 struct sparc_stackf *fp; argument134 #define STACKFRAME_SZ sizeof(struct sparc_stackf) argument