Searched refs:stackp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | gdbmacros.txt | 29 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 …]
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | 416 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() argument 445 if (!*stackp) in ovl_check_origin_fh() 446 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh() 447 if (!*stackp) { in ovl_check_origin_fh() 451 **stackp = (struct ovl_path){ in ovl_check_origin_fh() 467 struct ovl_path **stackp) in ovl_check_origin() argument 475 err = ovl_check_origin_fh(ofs, fh, false, upperdentry, stackp); in ovl_check_origin()
|
H A D | overlayfs.h | 633 struct dentry *upperdentry, struct ovl_path **stackp);
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 101 .macro set_saved_sp stackp temp temp2 106 LONG_S \stackp, \temp, 0
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 184 abi_ulong *stackp, abi_ulong *stringp) in setup_arg_pages() argument 207 if (setup_initial_stack(bprm, stackp, stringp) != 0) { in setup_arg_pages()
|
/openbmc/linux/ |
H A D | Makefile | 848 stackp-flags-y := -fno-stack-protector 849 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 850 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong 852 KBUILD_CFLAGS += $(stackp-flags-y)
|