Home
last modified time | relevance | path

Searched refs:stackp (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/admin-guide/kdump/
A Dgdbmacros.txt29 while ($stackp < $stack_top)
30 if (*($stackp) > _stext && *($stackp) < _sinittext)
31 info symbol *($stackp)
33 set $stackp += 4
43 while ($stackp < $stack_top)
44 if (*($stackp) > _stext && *($stackp) < _sinittext)
45 info symbol *($stackp)
47 set $stackp += 4
70 set $stackp = *((unsigned long *) $stackp)
71 while (($stackp < $stack_top) && ($stackp > $stack_bot))
[all …]
/linux/net/sched/
A Dematch.c501 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local
510 if (unlikely(stackp >= CONFIG_NET_EMATCH_STACK)) in __tcf_em_tree_match()
513 stack[stackp++] = match_idx; in __tcf_em_tree_match()
527 if (stackp > 0) { in __tcf_em_tree_match()
528 match_idx = stack[--stackp]; in __tcf_em_tree_match()
/linux/fs/overlayfs/
A Dnamei.c348 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() argument
377 if (!*stackp) in ovl_check_origin_fh()
378 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()
379 if (!*stackp) { in ovl_check_origin_fh()
383 **stackp = (struct ovl_path){ in ovl_check_origin_fh()
399 struct ovl_path **stackp) in ovl_check_origin() argument
407 err = ovl_check_origin_fh(ofs, fh, false, upperdentry, stackp); in ovl_check_origin()
A Doverlayfs.h431 struct dentry *upperdentry, struct ovl_path **stackp);
/linux/arch/mips/include/asm/
A Dstackframe.h142 .macro set_saved_sp stackp temp temp2
145 LONG_S \stackp, kernelsp(\temp)
189 .macro set_saved_sp stackp temp temp2
190 LONG_S \stackp, kernelsp
/linux/
A DMakefile785 stackp-flags-y := -fno-stack-protector
786 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector
787 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
789 KBUILD_CFLAGS += $(stackp-flags-y)

Completed in 13 milliseconds