Searched refs:stackp (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 26 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 …]
|
| /linux/net/sched/ |
| H A D | ematch.c | 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()
|
| /linux/include/linux/ |
| H A D | ftrace.h | 268 unsigned long *stackp; in ftrace_regs_get_kernel_stack_nth() local 270 stackp = (unsigned long *)ftrace_regs_get_stack_pointer(fregs); in ftrace_regs_get_kernel_stack_nth() 271 if (((unsigned long)(stackp + nth) & ~(THREAD_SIZE - 1)) == in ftrace_regs_get_kernel_stack_nth() 272 ((unsigned long)stackp & ~(THREAD_SIZE - 1))) in ftrace_regs_get_kernel_stack_nth() 273 return *(stackp + nth); in ftrace_regs_get_kernel_stack_nth()
|
| /linux/arch/mips/include/asm/ |
| H A D | stackframe.h | 142 .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/fs/overlayfs/ |
| H A D | namei.c | 454 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() argument 483 if (!*stackp) in ovl_check_origin_fh() 484 *stackp = kmalloc_obj(struct ovl_path); in ovl_check_origin_fh() 485 if (!*stackp) { in ovl_check_origin_fh() 489 **stackp = (struct ovl_path){ in ovl_check_origin_fh() 505 struct ovl_path **stackp) in ovl_check_origin() argument 513 err = ovl_check_origin_fh(ofs, fh, false, upperdentry, stackp); in ovl_check_origin()
|
| H A D | overlayfs.h | 739 struct dentry *upperdentry, struct ovl_path **stackp);
|
| /linux/arch/loongarch/include/asm/ |
| H A D | stackframe.h | 139 .macro set_saved_sp stackp temp temp2 144 LONG_S \stackp, \temp, 0
|
| /linux/ |
| H A D | Makefile | 922 stackp-flags-y := -fno-stack-protector 923 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 924 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong 926 KBUILD_CFLAGS += $(stackp-flags-y)
|