Searched refs:stackp (Results 1 – 4 of 4) sorted by relevance
25 set var $stackp = $next_t.thread.esp26 set var $stack_top = ($stackp & ~4095) + 409628 while ($stackp < $stack_top)29 if (*($stackp) > _stext && *($stackp) < _sinittext)30 info symbol *($stackp)32 set $stackp += 439 set var $stackp = $next_t.thread.esp40 set var $stack_top = ($stackp & ~4095) + 409642 while ($stackp < $stack_top)43 if (*($stackp) > _stext && *($stackp) < _sinittext)[all …]
502 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local511 if (unlikely(stackp >= CONFIG_NET_EMATCH_STACK)) in __tcf_em_tree_match()514 stack[stackp++] = match_idx; in __tcf_em_tree_match()528 if (stackp > 0) { in __tcf_em_tree_match()529 match_idx = stack[--stackp]; in __tcf_em_tree_match()
103 .macro set_saved_sp stackp temp temp2106 LONG_S \stackp, kernelsp(\temp)141 .macro set_saved_sp stackp temp temp2142 LONG_S \stackp, kernelsp
655 stackp-flag := -fstack-protector656 ifeq ($(call cc-option, $(stackp-flag)),)662 stackp-flag := -fstack-protector-strong663 ifeq ($(call cc-option, $(stackp-flag)),)669 stackp-flag := $(call cc-option, -fno-stack-protector)672 KBUILD_CFLAGS += $(stackp-flag)