Searched refs:stackp (Results 1 – 7 of 7) sorted by relevance
26 set var $stackp = $next_t.thread.sp27 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize29 while ($stackp < $stack_top)30 if (*($stackp) > _stext && *($stackp) < _sinittext)31 info symbol *($stackp)33 set $stackp += 440 set var $stackp = $next_t.thread.sp41 set var $stack_top = ($stackp & ~($stacksize - 1)) + stacksize43 while ($stackp < [all...]
503 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local 512 if (unlikely(stackp >= CONFIG_NET_EMATCH_STACK)) in __tcf_em_tree_match() 515 stack[stackp++] = match_idx; in __tcf_em_tree_match() 529 if (stackp > 0) { in __tcf_em_tree_match() 530 match_idx = stack[--stackp]; in __tcf_em_tree_match()
257 unsigned long *stackp; in ftrace_regs_get_kernel_stack_nth() local 259 stackp = (unsigned long *)ftrace_regs_get_stack_pointer(fregs); in ftrace_regs_get_kernel_stack_nth() 260 if (((unsigned long)(stackp + nth) & ~(THREAD_SIZE - 1)) == in ftrace_regs_get_kernel_stack_nth() 261 ((unsigned long)stackp & ~(THREAD_SIZE - 1))) in ftrace_regs_get_kernel_stack_nth() 262 return *(stackp + nth); in ftrace_regs_get_kernel_stack_nth()
142 .macro set_saved_sp stackp temp temp2145 LONG_S \stackp, kernelsp(\temp)189 .macro set_saved_sp stackp temp temp2190 LONG_S \stackp, kernelsp
119 .macro set_saved_sp stackp temp temp2124 LONG_S \stackp, \temp, 0
898 stackp-flags-y := -fno-stack-protector899 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector900 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong902 KBUILD_CFLAGS += $(stackp-flags-y)
695 struct dentry *upperdentry, struct ovl_path **stackp);