Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt26 set var $stackp = $next_t.thread.sp
27 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize
29 while ($stackp < $stack_top)
30 if (*($stackp) > _stext && *($stackp) < _sinittext)
31 info symbol *($stackp)
33 set $stackp += 4
40 set var $stackp = $next_t.thread.sp
41 set var $stack_top = ($stackp & ~($stacksize - 1)) + stacksize
43 while ($stackp < $stack_top)
44 if (*($stackp) > _stext && *($stackp) < _sinittext)
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H 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()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c344 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() argument
373 if (!*stackp) in ovl_check_origin_fh()
374 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()
375 if (!*stackp) { in ovl_check_origin_fh()
379 **stackp = (struct ovl_path){ in ovl_check_origin_fh()
395 struct ovl_path **stackp) in ovl_check_origin() argument
403 err = ovl_check_origin_fh(ofs, fh, false, upperdentry, stackp); in ovl_check_origin()
H A Doverlayfs.h405 struct dentry *upperdentry, struct ovl_path **stackp);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H 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
/OK3568_Linux_fs/kernel/
H A DMakefile801 stackp-flags-y := -fno-stack-protector
802 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector
803 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
805 KBUILD_CFLAGS += $(stackp-flags-y)
H A DMakefile-bak802 stackp-flags-y := -fno-stack-protector
803 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector
804 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
806 KBUILD_CFLAGS += $(stackp-flags-y)