| /linux-4.4.14/arch/x86/kernel/ | 
| D | dumpstack_32.c | 27 static void *is_hardirq_stack(unsigned long *stack, int cpu)  in is_hardirq_stack()34 static void *is_softirq_stack(unsigned long *stack, int cpu)  in is_softirq_stack()
 42 		unsigned long *stack, unsigned long bp,  in dump_trace()
 97 	unsigned long *stack;  in show_stack_log_lvl()  local
 
 | 
| D | dumpstack_64.c | 34 static unsigned long *in_exception_stack(unsigned cpu, unsigned long stack,  in in_exception_stack()100 in_irq_stack(unsigned long *stack, unsigned long *irq_stack,  in in_irq_stack()
 117 analyze_stack(int cpu, struct task_struct *task, unsigned long *stack,  in analyze_stack()
 152 		unsigned long *stack, unsigned long bp,  in dump_trace()
 254 	unsigned long *stack;  in show_stack_log_lvl()  local
 
 | 
| D | dumpstack.c | 97 		unsigned long *stack, unsigned long bp,  in print_context_stack()125 		       unsigned long *stack, unsigned long bp,  in print_context_stack_bp()
 171 		unsigned long *stack, unsigned long bp, char *log_lvl)  in show_trace_log_lvl()
 178 		unsigned long *stack, unsigned long bp)  in show_trace()
 186 	unsigned long stack;  in show_stack()  local
 
 | 
| D | irq_32.c | 55 static void call_on_stack(void *func, void *stack)  in call_on_stack()
 | 
| D | kexec-bzimage64.c | 343 	void *stack;  in bzImage64_load()  local
 | 
| /linux-4.4.14/arch/unicore32/kernel/ | 
| D | setup.c | 48 struct stack {  struct54 static struct stack stacks[NR_CPUS];  argument
 
 | 
| /linux-4.4.14/arch/blackfin/kernel/ | 
| D | dumpstack.c | 35 void show_stack(struct task_struct *task, unsigned long *stack)  in show_stack()165 	unsigned long stack;  in dump_stack()  local
 
 | 
| D | traps.c | 464 			unsigned long *stack;  in trap_c()  local
 | 
| /linux-4.4.14/arch/openrisc/kernel/ | 
| D | traps.c | 49 void show_trace(struct task_struct *task, unsigned long *stack)  in show_trace()71 	unsigned long addr, *stack;  in show_stack()  local
 176 	unsigned long addr, stack = regs->sp;  in nommu_dump_state()  local
 
 | 
| /linux-4.4.14/arch/um/os-Linux/skas/ | 
| D | mem.c | 26 					      unsigned long *stack)  in check_init_stack()114 	unsigned long *stack = check_init_stack(mm_idp, *addr);  in run_syscall_stub()  local
 142 	unsigned long *stack;  in syscall_stub_data()  local
 
 | 
| D | process.c | 184 static int userspace_tramp(void *stack)  in userspace_tramp()250 	void *stack;  in start_userspace()  local
 526 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void))  in new_thread()  argument
 551 int start_idle_thread(void *stack, jmp_buf *switch_buf)  in start_idle_thread()
 
 | 
| /linux-4.4.14/arch/cris/kernel/ | 
| D | traps.c | 41 void show_trace(unsigned long *stack)  in show_trace()104 	unsigned long *stack, addr;  in show_stack()  local
 
 | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | dumpstack.c | 67 static void show_trace(struct task_struct *task, unsigned long *stack)  in show_trace()100 	unsigned long *stack;  in show_stack()  local
 
 | 
| D | kprobes.c | 681 	unsigned long stack;  in setjmp_pre_handler()  local706 	unsigned long stack;  in longjmp_break_handler()  local
 
 | 
| D | perf_event.c | 51 	struct stack_frame *stack = (struct stack_frame *) regs->gprs[15];  in sie_block()  local
 | 
| D | smp.c | 287 			  void *data, unsigned long stack)  in pcpu_delegate()
 | 
| /linux-4.4.14/tools/lib/traceevent/ | 
| D | plugin_function.c | 29 	char **stack;  member59 static void add_child(struct func_stack *stack, const char *child, int pos)  in add_child()
 
 | 
| /linux-4.4.14/arch/um/os-Linux/ | 
| D | helper.c | 45 	unsigned long stack, sp;  in run_helper()  local116 	unsigned long stack, sp;  in run_helper_thread()  local
 
 | 
| D | signal.c | 119 	stack_t stack = {  in set_sigstack()  local
 | 
| /linux-4.4.14/arch/x86/purgatory/ | 
| D | stack.S | 17 stack:  label
 | 
| D | entry64.S | 100 stack:	.quad   0, 0  label
 | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | setup.c | 138 struct stack {  struct146 static struct stack stacks[NR_CPUS];  argument
 
 | 
| D | reboot.c | 62 	u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack);  in _soft_restart()  local
 | 
| /linux-4.4.14/arch/c6x/kernel/ | 
| D | traps.c | 355 static void show_trace(unsigned long *stack, unsigned long *endstack)  in show_trace()385 void show_stack(struct task_struct *task, unsigned long *stack)  in show_stack()
 
 | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | smp.h | 59 	void *stack;  member
 | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | stacktrace.h | 15 	int (*stack)(void *data, char *name);  member
 | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | smp.h | 18 	unsigned long stack;  member
 | 
| /linux-4.4.14/arch/m32r/kernel/ | 
| D | traps.c | 125 static void show_trace(struct task_struct *task, unsigned long *stack)  in show_trace()143 	unsigned long  *stack;  in show_stack()  local
 
 | 
| D | ptrace.c | 41 	unsigned long *stack;  in get_stack_long()  local54 	unsigned long *stack;  in put_stack_long()  local
 
 | 
| /linux-4.4.14/arch/um/include/shared/skas/ | 
| D | mm_id.h | 14 	unsigned long stack;  member
 | 
| /linux-4.4.14/arch/um/kernel/ | 
| D | sysrq.c | 30 void show_stack(struct task_struct *task, unsigned long *stack)  in show_stack()
 | 
| D | process.c | 58 void free_stack(unsigned long stack, int order)  in free_stack()221 	unsigned long stack;  in user_context()  local
 
 | 
| D | um_arch.c | 255 	unsigned long stack;  in linux_main()  local
 | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | init_task.c | 35 	unsigned long stack[KERNEL_STACK_SIZE/sizeof (unsigned long)];  member
 | 
| D | process.c | 339 	struct switch_stack *child_stack, *stack;  in copy_thread()  local
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | stacktrace.c | 26 		unsigned long *stack = (unsigned long *) sp;  in save_context_stack()  local
 | 
| D | process.c | 1540 void show_stack(struct task_struct *tsk, unsigned long *stack)  in show_stack()
 | 
| /linux-4.4.14/arch/unicore32/lib/ | 
| D | backtrace.S | 117 #define stack v6  macro
 | 
| /linux-4.4.14/scripts/kconfig/ | 
| D | symbol.c | 1058 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym)  in dep_stack_insert()1082 	struct dep_stack *stack;  in sym_check_print_recursive()  local
 1193 	struct dep_stack stack;  in sym_check_sym_deps()  local
 1228 	struct dep_stack stack;  in sym_check_choice_deps()  local
 1273 		struct dep_stack stack;  in sym_check_deps()  local
 
 | 
| /linux-4.4.14/arch/arm/lib/ | 
| D | backtrace.S | 117 #define stack r6  macro
 | 
| /linux-4.4.14/tools/perf/arch/x86/tests/ | 
| D | dwarf-unwind.c | 15 	struct stack_dump *stack = &sample->user_stack;  in sample_ustack()  local
 | 
| /linux-4.4.14/tools/perf/arch/arm64/tests/ | 
| D | dwarf-unwind.c | 14 	struct stack_dump *stack = &sample->user_stack;  in sample_ustack()  local
 | 
| /linux-4.4.14/tools/perf/arch/arm/tests/ | 
| D | dwarf-unwind.c | 14 	struct stack_dump *stack = &sample->user_stack;  in sample_ustack()  local
 | 
| /linux-4.4.14/arch/mn10300/kernel/ | 
| D | traps.c | 236 	unsigned long bottom, stack, addr, fp, raslot;  in show_trace()  local277 	unsigned long *stack;  in show_stack()  local
 
 | 
| D | ptrace.c | 71 	unsigned long stack;  in put_stack_long()  local
 | 
| D | gdb-stub.c | 1179 	unsigned long *stack;  in gdbstub()  local
 | 
| /linux-4.4.14/tools/testing/selftests/x86/ | 
| D | syscall_arg_fault.c | 69 	stack_t stack = {  in main()  local
 | 
| D | sigreturn.c | 593 	stack_t stack = {  in main()  local
 | 
| /linux-4.4.14/arch/um/kernel/skas/ | 
| D | mmu.c | 54 	unsigned long stack = 0;  in init_new_context()  local
 | 
| /linux-4.4.14/arch/h8300/kernel/ | 
| D | traps.c | 118 	unsigned long *stack,  addr;  in show_stack()  local
 | 
| /linux-4.4.14/Documentation/vDSO/ | 
| D | vdso_standalone_test_x86.c | 75 __attribute__((externally_visible)) void c_main(void **stack)  in c_main()
 | 
| /linux-4.4.14/arch/m68k/kernel/ | 
| D | traps.c | 813 void show_trace(unsigned long *stack)  in show_trace()937 void show_stack(struct task_struct *task, unsigned long *stack)  in show_stack()
 
 | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_stack.c | 75 check_stack(unsigned long ip, unsigned long *stack)  in check_stack()204 	unsigned long stack;  in stack_trace_call()  local
 
 | 
| D | trace_events_filter.c | 723 static int __alloc_pred_stack(struct pred_stack *stack, int n_preds)  in __alloc_pred_stack()732 static void __free_pred_stack(struct pred_stack *stack)  in __free_pred_stack()
 738 static int __push_pred_stack(struct pred_stack *stack,  in __push_pred_stack()
 752 __pop_pred_stack(struct pred_stack *stack)  in __pop_pred_stack()
 767 			   struct pred_stack *stack,  in filter_set_pred()
 935 			   struct pred_stack *stack)  in filter_add_pred()
 1627 	struct pred_stack stack = { }; /* init to NULL */  in replace_preds()  local
 
 | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | ptrace_64.c | 60 	unsigned char *stack;  in get_stack_long()  local101 	unsigned char *stack;  in put_stack_long()  local
 
 | 
| D | ptrace_32.c | 44 	unsigned char *stack;  in get_stack_long()  local57 	unsigned char *stack;  in put_stack_long()  local
 
 | 
| D | irq.c | 61 	u32			stack[THREAD_SIZE/sizeof(u32)];  member
 | 
| D | dumpstack.c | 147 	unsigned long stack;  in show_stack()  local
 | 
| /linux-4.4.14/net/llc/ | 
| D | llc_sap.c | 365 			 struct sock **stack, int count)  in llc_do_mcast()395 	struct sock *sk, *stack[count];  in llc_sap_mcast()  local
 
 | 
| /linux-4.4.14/tools/perf/util/intel-pt-decoder/ | 
| D | intel-pt-decoder.c | 111 	struct intel_pt_stack stack;  member241 static void intel_pt_pop_blk(struct intel_pt_stack *stack)  in intel_pt_pop_blk()
 252 static uint64_t intel_pt_pop(struct intel_pt_stack *stack)  in intel_pt_pop()
 265 static int intel_pt_alloc_blk(struct intel_pt_stack *stack)  in intel_pt_alloc_blk()
 284 static int intel_pt_push(struct intel_pt_stack *stack, uint64_t ip)  in intel_pt_push()
 298 static void intel_pt_clear_stack(struct intel_pt_stack *stack)  in intel_pt_clear_stack()
 305 static void intel_pt_free_stack(struct intel_pt_stack *stack)  in intel_pt_free_stack()
 
 | 
| /linux-4.4.14/arch/x86/oprofile/ | 
| D | backtrace.c | 115 		unsigned long stack = kernel_stack_pointer(regs);  in x86_backtrace()  local
 | 
| /linux-4.4.14/net/ipv4/ | 
| D | inetpeer.c | 241 static void peer_avl_rebalance(struct inet_peer __rcu **stack[],  in peer_avl_rebalance()407 	struct inet_peer __rcu **stack[PEER_MAXDEPTH], ***stackptr;  in inet_getpeer()  local
 
 | 
| D | udp.c | 1620 static void flush_stack(struct sock **stack, unsigned int count,  in flush_stack()1672 	struct sock *sk, *stack[256 / sizeof(struct sock *)];  in __udp4_lib_mcast_deliver()  local
 
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | stacktrace.h | 42 	int (*stack)(void *data, char *name);  member
 | 
| D | processor.h | 361 	u32                     stack[THREAD_SIZE/sizeof(u32)];  member
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | smp.h | 67 	void *stack;  member
 | 
| /linux-4.4.14/arch/nios2/kernel/ | 
| D | process.c | 104 	struct switch_stack *stack;  in copy_thread()  local
 | 
| D | traps.c | 65 void show_stack(struct task_struct *task, unsigned long *stack)  in show_stack()
 | 
| /linux-4.4.14/arch/parisc/kernel/ | 
| D | process.c | 192 	void *stack = task_stack_page(p);  in copy_thread()  local
 | 
| D | irq.c | 386 	unsigned long stack[IRQ_STACK_SIZE/sizeof(unsigned long)];  member
 | 
| /linux-4.4.14/arch/metag/kernel/ | 
| D | irq.c | 21 	u32                     stack[THREAD_SIZE/sizeof(u32)];  member
 | 
| D | traps.c | 927 	unsigned long stack;  in show_trace()  local
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ | 
| D | linux-tracefile.c | 192 			unsigned long stack)  in cfs_set_ptldebug_header()
 | 
| /linux-4.4.14/tools/perf/util/ | 
| D | unwind-libdw.c | 112 	struct stack_dump *stack = &ui->sample->user_stack;  in memory_read()  local
 | 
| D | unwind-libunwind.c | 443 	struct stack_dump *stack = &ui->sample->user_stack;  in access_mem()  local
 | 
| D | thread-stack.c | 97 	struct thread_stack_entry *stack;  member
 | 
| /linux-4.4.14/arch/tile/gxio/ | 
| D | mpipe.c | 136 				 unsigned int stack,  in gxio_mpipe_init_buffer_stack()237 	int stack = 255;  in gxio_mpipe_rules_begin()  local
 
 | 
| D | iorpc_mpipe.c | 44 	unsigned int stack;  member50 				     unsigned int mem_flags, unsigned int stack,  in gxio_mpipe_init_buffer_stack_aux()
 
 | 
| /linux-4.4.14/tools/testing/selftests/memfd/ | 
| D | fuse_test.c | 202 	uint8_t *stack;  in spawn_sealing_thread()  local
 | 
| D | memfd_test.c | 509 	uint8_t *stack;  in spawn_idle_thread()  local
 | 
| /linux-4.4.14/drivers/misc/altera-stapl/ | 
| D | altera-jtag.h | 81 	long			stack[ALTERA_STACK_SIZE];  member
 | 
| D | altera.c | 227 	long *stack = astate->stack;  in altera_execute()  local
 | 
| /linux-4.4.14/arch/um/drivers/ | 
| D | chan_user.c | 276 	unsigned long stack;  in register_winch()  local
 | 
| D | line.c | 601 	unsigned long stack;  member675 			unsigned long stack)  in register_winch_irq()
 
 | 
| D | ubd_kern.c | 1085 	unsigned long stack;  in ubd_driver_init()  local
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | xics.h | 93 	unsigned char stack[MAX_NUM_PRIORITIES];  member
 | 
| /linux-4.4.14/arch/tile/include/gxio/ | 
| D | mpipe.h | 458 					  unsigned int stack, void *buffer)  in gxio_mpipe_push_buffer()488 					  unsigned int stack)  in gxio_mpipe_pop_buffer()
 
 | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | slb.c | 198 	unsigned long stack = KSTK_ESP(tsk);  in switch_slb()  local
 | 
| /linux-4.4.14/arch/alpha/kernel/ | 
| D | process.c | 252 	struct switch_stack *childstack, *stack;  in copy_thread()  local
 | 
| D | traps.c | 147 	unsigned long *stack;  in show_stack()  local
 | 
| /linux-4.4.14/net/sched/ | 
| D | ematch.c | 504 	int stack[CONFIG_NET_EMATCH_STACK];  in __tcf_em_tree_match()  local
 | 
| D | cls_u32.c | 110 	} stack[TC_U32_MAXDEPTH];  in u32_classify()  local
 | 
| /linux-4.4.14/arch/avr32/kernel/ | 
| D | process.c | 202 void show_stack(struct task_struct *tsk, unsigned long *stack)  in show_stack()
 | 
| /linux-4.4.14/fs/jfs/ | 
| D | jfs_btree.h | 121 	struct btframe stack[MAXTREEHEIGHT];  member
 | 
| /linux-4.4.14/arch/xtensa/kernel/ | 
| D | traps.c | 480 	unsigned long *stack;  in show_stack()  local
 | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | signal_64.c | 253 	stack_t			stack;  member
 | 
| D | signal_32.c | 54 	stack_t			stack;  member
 | 
| D | signal32.c | 65 	compat_stack_t		stack;  member
 | 
| /linux-4.4.14/include/media/ | 
| D | media-entity.h | 130 	} stack[MEDIA_ENTITY_ENUM_MAX_DEPTH];  member
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvif/ | 
| D | object.c | 146 	u8 stack[128];  in nvif_object_mthd()  local
 | 
| /linux-4.4.14/drivers/net/wireless/b43legacy/ | 
| D | radio.c | 997 	u32 *stack = phy->interfstack;  in b43legacy_radio_interference_mitigation_enable()  local1240 	u32 *stack = phy->interfstack;  in b43legacy_radio_interference_mitigation_disable()  local
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | uprobes.h | 98 	unsigned long		stack;		/* stack pointer */  member
 | 
| D | sched.h | 1382 	void *stack;  member2406 	unsigned long stack[THREAD_SIZE/sizeof(long)];  member
 2830 	void *stack = task_stack_page(current);  in object_is_on_stack()  local
 
 | 
| /linux-4.4.14/arch/tile/include/arch/ | 
| D | mpipe.h | 122     uint_reg_t stack        : 5;  member
 | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | traps.c | 175 		unsigned long stack;  in dump_backtrace()  local
 | 
| /linux-4.4.14/drivers/firewire/ | 
| D | core-topology.c | 187 	struct list_head stack, *h;  in build_tree()  local
 | 
| D | core-device.c | 524 	u32 *rom, *stack;  in read_config_rom()  local
 | 
| /linux-4.4.14/kernel/bpf/ | 
| D | core.c | 197 	u64 stack[MAX_BPF_STACK / sizeof(u64)];  in __bpf_prog_run()  local
 | 
| /linux-4.4.14/fs/overlayfs/ | 
| D | super.c | 439 	struct path *stack = NULL;  in ovl_lookup()  local925 	struct path *stack = NULL;  in ovl_fill_super()  local
 
 | 
| /linux-4.4.14/net/ipv6/ | 
| D | udp.c | 744 static void flush_stack(struct sock **stack, unsigned int count,  in flush_stack()789 	struct sock *sk, *stack[256 / sizeof(struct sock *)];  in __udp6_lib_mcast_deliver()  local
 
 | 
| /linux-4.4.14/arch/arm/common/ | 
| D | bL_switcher.c | 128 	void *stack = current_thread_info() + 1;  in bL_switchpoint()  local
 | 
| /linux-4.4.14/crypto/ | 
| D | algapi.c | 90 					    struct list_head *stack,  in crypto_more_spawns()
 | 
| /linux-4.4.14/drivers/net/wireless/b43/ | 
| D | phy_g.c | 844 	u32 *stack = gphy->interfstack;  in b43_radio_interference_mitigation_enable()  local1008 	u32 *stack = gphy->interfstack;  in b43_radio_interference_mitigation_disable()  local
 
 | 
| /linux-4.4.14/security/keys/ | 
| D | keyring.c | 619 	} stack[KEYRING_SEARCH_MAX_DEPTH];  in search_nested_keyrings()  local
 | 
| /linux-4.4.14/arch/arm/probes/kprobes/ | 
| D | test-core.c | 1369 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack)  in kprobes_test_case_start()
 | 
| /linux-4.4.14/net/openvswitch/ | 
| D | actions.c | 207 	__be32 *stack;  in set_mpls()  local
 | 
| /linux-4.4.14/arch/arc/kernel/ | 
| D | unwind.c | 152 	const u8 *stack[MAX_STACK_DEPTH];  member
 | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | compat.h | 292 	unsigned long stack;  in arch_compat_alloc_user_space()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/tehuti/ | 
| D | tehuti.h | 178 	int *stack;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/tile/ | 
| D | tilegx.c | 409 static void tile_net_pop_all_buffers(int instance, int stack)  in tile_net_pop_all_buffers()
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | gdth.c | 3654     gdth_stackframe stack;  in gdth_log_event()  local
 | 
| D | mvumi.h | 477 	unsigned short *stack;  member
 | 
| /linux-4.4.14/tools/lguest/ | 
| D | lguest.c | 1852 	char *stack = malloc(32768);  in start_virtqueue()  local
 | 
| /linux-4.4.14/fs/btrfs/ | 
| D | send.c | 3233 				      struct list_head *stack)  in tail_append_pending_moves()3248 	struct list_head stack;  in apply_children_dir_moves()  local
 
 | 
| /linux-4.4.14/fs/ | 
| D | namei.c | 512 	} *stack, internal[EMBEDDED_LEVELS];  member
 |