Searched defs:stack (Results 1 - 125 of 125) sorted by relevance

/linux-4.4.14/arch/x86/purgatory/
H A Dstack.S17 stack: label
H A Dentry64.S100 stack: .quad 0, 0 label
/linux-4.4.14/arch/sh/include/asm/
H A Dstacktrace.h15 int (*stack)(void *data, char *name); member in struct:stacktrace_ops
/linux-4.4.14/arch/arm64/include/asm/
H A Dsmp.h59 void *stack; member in struct:secondary_data
/linux-4.4.14/arch/um/include/shared/skas/
H A Dmm_id.h14 unsigned long stack; member in struct:mm_id
/linux-4.4.14/arch/xtensa/include/asm/
H A Dsmp.h18 unsigned long stack; member in struct:start_info
/linux-4.4.14/arch/ia64/kernel/
H A Dinit_task.c35 unsigned long stack[KERNEL_STACK_SIZE/sizeof (unsigned long)]; member in union:__anon1700
H A Dprocess.c339 struct switch_stack *child_stack, *stack; copy_thread() local
/linux-4.4.14/arch/um/kernel/
H A Dsysrq.c30 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
H A Dum_arch.c255 unsigned long stack; linux_main() local
H A Dprocess.c58 void free_stack(unsigned long stack, int order) free_stack() argument
221 unsigned long stack; user_context() local
/linux-4.4.14/arch/unicore32/lib/
H A Dbacktrace.S117 #define stack v6 define
/linux-4.4.14/arch/powerpc/kernel/
H A Dstacktrace.c26 unsigned long *stack = (unsigned long *) sp; save_context_stack() local
H A Dprocess.c1540 void show_stack(struct task_struct *tsk, unsigned long *stack) show_stack() argument
/linux-4.4.14/arch/arm/lib/
H A Dbacktrace.S117 #define stack r6 define
/linux-4.4.14/arch/blackfin/kernel/
H A Ddumpstack.c35 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
165 unsigned long stack; dump_stack() local
H A Dtraps.c464 unsigned long *stack; trap_c() local
/linux-4.4.14/arch/arm/kernel/
H A Dreboot.c62 u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); _soft_restart() local
H A Dsetup.c138 struct stack { struct
/linux-4.4.14/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c14 struct stack_dump *stack = &sample->user_stack; sample_ustack() local
/linux-4.4.14/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c14 struct stack_dump *stack = &sample->user_stack; sample_ustack() local
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c15 struct stack_dump *stack = &sample->user_stack; sample_ustack() local
/linux-4.4.14/arch/um/kernel/skas/
H A Dmmu.c54 unsigned long stack = 0; init_new_context() local
/linux-4.4.14/arch/x86/include/asm/
H A Dstacktrace.h42 int (*stack)(void *data, char *name); member in struct:stacktrace_ops
H A Dprocessor.h361 u32 stack[THREAD_SIZE/sizeof(u32)]; member in struct:irq_stack
/linux-4.4.14/arch/x86/oprofile/
H A Dbacktrace.c115 unsigned long stack = kernel_stack_pointer(regs); x86_backtrace() local
/linux-4.4.14/arch/h8300/kernel/
H A Dtraps.c118 unsigned long *stack, addr; show_stack() local
/linux-4.4.14/arch/arm/include/asm/
H A Dsmp.h67 void *stack; member in struct:secondary_data
/linux-4.4.14/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c69 stack_t stack = { main() local
H A Dsigreturn.c593 stack_t stack = { main() local
/linux-4.4.14/arch/um/os-Linux/
H A Dhelper.c45 unsigned long stack, sp; run_helper() local
116 unsigned long stack, sp; run_helper_thread() local
H A Dsignal.c119 stack_t stack = { set_sigstack() local
/linux-4.4.14/arch/um/os-Linux/skas/
H A Dmem.c114 unsigned long *stack = check_init_stack(mm_idp, *addr); run_syscall_stub() local
142 unsigned long *stack; syscall_stub_data() local
25 check_init_stack(struct mm_id * mm_idp, unsigned long *stack) check_init_stack() argument
H A Dprocess.c184 static int userspace_tramp(void *stack) userspace_tramp() argument
250 void *stack; start_userspace() local
526 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) new_thread() argument
551 int start_idle_thread(void *stack, jmp_buf *switch_buf) start_idle_thread() argument
/linux-4.4.14/arch/x86/kernel/
H A Ddumpstack_32.c27 static void *is_hardirq_stack(unsigned long *stack, int cpu) is_hardirq_stack() argument
34 static void *is_softirq_stack(unsigned long *stack, int cpu) is_softirq_stack() argument
97 unsigned long *stack; show_stack_log_lvl() local
41 dump_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data) dump_trace() argument
H A Dirq_32.c55 static void call_on_stack(void *func, void *stack) call_on_stack() argument
H A Ddumpstack.c186 unsigned long stack; show_stack() local
96 print_context_stack(struct thread_info *tinfo, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data, unsigned long *end, int *graph) print_context_stack() argument
124 print_context_stack_bp(struct thread_info *tinfo, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data, unsigned long *end, int *graph) print_context_stack_bp() argument
170 show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, unsigned long bp, char *log_lvl) show_trace_log_lvl() argument
177 show_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, unsigned long bp) show_trace() argument
H A Ddumpstack_64.c34 static unsigned long *in_exception_stack(unsigned cpu, unsigned long stack, in_exception_stack() argument
100 in_irq_stack(unsigned long *stack, unsigned long *irq_stack, in_irq_stack() argument
117 analyze_stack(int cpu, struct task_struct *task, unsigned long *stack, analyze_stack() argument
254 unsigned long *stack; show_stack_log_lvl() local
151 dump_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data) dump_trace() argument
H A Dkexec-bzimage64.c343 void *stack; bzImage64_load() local
/linux-4.4.14/Documentation/vDSO/
H A Dvdso_standalone_test_x86.c75 __attribute__((externally_visible)) void c_main(void **stack) c_main() argument
/linux-4.4.14/arch/s390/kernel/
H A Ddumpstack.c67 static void show_trace(struct task_struct *task, unsigned long *stack) show_trace() argument
100 unsigned long *stack; show_stack() local
H A Dperf_event.c51 struct stack_frame *stack = (struct stack_frame *) regs->gprs[15]; sie_block() local
H A Dkprobes.c681 unsigned long stack; setjmp_pre_handler() local
706 unsigned long stack; longjmp_break_handler() local
H A Dsmp.c286 pcpu_delegate(struct pcpu *pcpu, void (*func)(void *), void *data, unsigned long stack) pcpu_delegate() argument
/linux-4.4.14/arch/sh/kernel/
H A Dirq.c61 u32 stack[THREAD_SIZE/sizeof(u32)]; member in union:irq_ctx
H A Ddumpstack.c147 unsigned long stack; show_stack() local
H A Dptrace_32.c44 unsigned char *stack; get_stack_long() local
57 unsigned char *stack; put_stack_long() local
H A Dptrace_64.c60 unsigned char *stack; get_stack_long() local
101 unsigned char *stack; put_stack_long() local
/linux-4.4.14/arch/nios2/kernel/
H A Dprocess.c104 struct switch_stack *stack; copy_thread() local
H A Dtraps.c65 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
/linux-4.4.14/arch/cris/kernel/
H A Dtraps.c41 void show_trace(unsigned long *stack) show_trace() argument
104 unsigned long *stack, addr; show_stack() local
/linux-4.4.14/tools/lib/traceevent/
H A Dplugin_function.c29 char **stack; member in struct:func_stack
59 static void add_child(struct func_stack *stack, const char *child, int pos) add_child() argument
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-tracefile.c190 cfs_set_ptldebug_header(struct ptldebug_header *header, struct libcfs_debug_msg_data *msgdata, unsigned long stack) cfs_set_ptldebug_header() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c146 u8 stack[128]; nvif_object_mthd() local
/linux-4.4.14/arch/tile/include/arch/
H A Dmpipe.h122 uint_reg_t stack : 5; member in struct:__anon2765::__anon2766
/linux-4.4.14/arch/um/drivers/
H A Dchan_user.c276 unsigned long stack; register_winch() local
H A Dline.c601 unsigned long stack; member in struct:winch
674 register_winch_irq(int fd, int tty_fd, int pid, struct tty_port *port, unsigned long stack) register_winch_irq() argument
H A Dubd_kern.c1085 unsigned long stack; ubd_driver_init() local
/linux-4.4.14/arch/unicore32/kernel/
H A Dsetup.c48 struct stack { struct
/linux-4.4.14/arch/c6x/kernel/
H A Dtraps.c355 static void show_trace(unsigned long *stack, unsigned long *endstack) show_trace() argument
385 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
/linux-4.4.14/fs/jfs/
H A Djfs_btree.h121 struct btframe stack[MAXTREEHEIGHT]; member in struct:btstack
/linux-4.4.14/arch/powerpc/include/asm/
H A Dxics.h93 unsigned char stack[MAX_NUM_PRIORITIES]; member in struct:xics_cppr
/linux-4.4.14/arch/metag/kernel/
H A Dirq.c21 u32 stack[THREAD_SIZE/sizeof(u32)]; member in union:irq_ctx
H A Dtraps.c927 unsigned long stack; show_trace() local
/linux-4.4.14/arch/mn10300/kernel/
H A Dptrace.c71 unsigned long stack; put_stack_long() local
H A Dtraps.c236 unsigned long bottom, stack, addr, fp, raslot; show_trace() local
277 unsigned long *stack; show_stack() local
H A Dgdb-stub.c1179 unsigned long *stack; gdbstub() local
/linux-4.4.14/arch/openrisc/kernel/
H A Dtraps.c49 void show_trace(struct task_struct *task, unsigned long *stack) show_trace() argument
71 unsigned long addr, *stack; show_stack() local
176 unsigned long addr, stack = regs->sp; nommu_dump_state() local
/linux-4.4.14/arch/parisc/kernel/
H A Dprocess.c192 void *stack = task_stack_page(p); copy_thread() local
H A Dirq.c386 unsigned long stack[IRQ_STACK_SIZE/sizeof(unsigned long)]; member in union:irq_stack_union
/linux-4.4.14/arch/m32r/kernel/
H A Dtraps.c125 static void show_trace(struct task_struct *task, unsigned long *stack) show_trace() argument
143 unsigned long *stack; show_stack() local
H A Dptrace.c41 unsigned long *stack; get_stack_long() local
54 unsigned long *stack; put_stack_long() local
/linux-4.4.14/tools/perf/util/
H A Dunwind-libdw.c112 struct stack_dump *stack = &ui->sample->user_stack; memory_read() local
H A Dthread-stack.c97 struct thread_stack_entry *stack; member in struct:thread_stack
H A Dunwind-libunwind.c443 struct stack_dump *stack = &ui->sample->user_stack; access_mem() local
/linux-4.4.14/tools/testing/selftests/memfd/
H A Dfuse_test.c202 uint8_t *stack; spawn_sealing_thread() local
H A Dmemfd_test.c509 uint8_t *stack; spawn_idle_thread() local
/linux-4.4.14/drivers/misc/altera-stapl/
H A Daltera-jtag.h81 long stack[ALTERA_STACK_SIZE]; member in struct:altera_state
H A Daltera.c227 long *stack = astate->stack; altera_execute() local
586 stack[stack_ptr - 1] <<= stack[stack_ptr]; altera_execute() local
592 stack[stack_ptr - 1] >>= stack[stack_ptr]; altera_execute() local
/linux-4.4.14/arch/xtensa/kernel/
H A Dtraps.c480 unsigned long *stack; show_stack() local
/linux-4.4.14/arch/alpha/kernel/
H A Dprocess.c252 struct switch_stack *childstack, *stack; copy_thread() local
H A Dtraps.c147 unsigned long *stack; show_stack() local
/linux-4.4.14/net/sched/
H A Dematch.c504 int stack[CONFIG_NET_EMATCH_STACK]; __tcf_em_tree_match() local
H A Dcls_u32.c110 } stack[TC_U32_MAXDEPTH]; u32_classify() local
/linux-4.4.14/kernel/trace/
H A Dtrace_stack.c75 check_stack(unsigned long ip, unsigned long *stack) check_stack() argument
204 unsigned long stack; stack_trace_call() local
H A Dtrace_events_filter.c723 static int __alloc_pred_stack(struct pred_stack *stack, int n_preds) __alloc_pred_stack() argument
732 static void __free_pred_stack(struct pred_stack *stack) __free_pred_stack() argument
738 static int __push_pred_stack(struct pred_stack *stack, __push_pred_stack() argument
752 __pop_pred_stack(struct pred_stack *stack) __pop_pred_stack() argument
1627 struct pred_stack stack = { }; /* init to NULL */ replace_preds() local
765 filter_set_pred(struct event_filter *filter, int idx, struct pred_stack *stack, struct filter_pred *src) filter_set_pred() argument
932 filter_add_pred(struct filter_parse_state *ps, struct event_filter *filter, struct filter_pred *pred, struct pred_stack *stack) filter_add_pred() argument
/linux-4.4.14/include/media/
H A Dmedia-entity.h130 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member in struct:media_entity_graph
/linux-4.4.14/arch/powerpc/mm/
H A Dslb.c198 unsigned long stack = KSTK_ESP(tsk); switch_slb() local
/linux-4.4.14/arch/sparc/kernel/
H A Dsignal_32.c54 stack_t stack; member in struct:rt_signal_frame
H A Dsignal_64.c253 stack_t stack; member in struct:rt_signal_frame
H A Dsignal32.c65 compat_stack_t stack; member in struct:rt_signal_frame32
/linux-4.4.14/arch/m68k/kernel/
H A Dtraps.c813 void show_trace(unsigned long *stack) show_trace() argument
937 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
/linux-4.4.14/arch/arm64/kernel/
H A Dtraps.c175 unsigned long stack; dump_backtrace() local
/linux-4.4.14/arch/avr32/kernel/
H A Dprocess.c202 void show_stack(struct task_struct *tsk, unsigned long *stack) show_stack() argument
/linux-4.4.14/net/llc/
H A Dllc_sap.c395 struct sock *sk, *stack[count]; llc_sap_mcast() local
364 llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb, struct sock **stack, int count) llc_do_mcast() argument
/linux-4.4.14/drivers/firewire/
H A Dcore-topology.c187 struct list_head stack, *h; build_tree() local
H A Dcore-device.c524 u32 *rom, *stack; read_config_rom() local
/linux-4.4.14/arch/tile/gxio/
H A Dmpipe.c237 int stack = 255; gxio_mpipe_rules_begin() local
135 gxio_mpipe_init_buffer_stack(gxio_mpipe_context_t *context, unsigned int stack, gxio_mpipe_buffer_size_enum_t buffer_size_enum, void *mem, size_t mem_size, unsigned int mem_flags) gxio_mpipe_init_buffer_stack() argument
H A Diorpc_mpipe.c44 unsigned int stack; member in struct:init_buffer_stack_aux_param
48 gxio_mpipe_init_buffer_stack_aux(gxio_mpipe_context_t *context, void *mem_va, size_t mem_size, unsigned int mem_flags, unsigned int stack, unsigned int buffer_size_enum) gxio_mpipe_init_buffer_stack_aux() argument
/linux-4.4.14/kernel/bpf/
H A Dcore.c197 u64 stack[MAX_BPF_STACK / sizeof(u64)]; __bpf_prog_run() local
/linux-4.4.14/include/linux/
H A Duprobes.h98 unsigned long stack; /* stack pointer */ member in struct:return_instance
H A Dsched.h1382 void *stack; member in struct:task_struct
2406 unsigned long stack[THREAD_SIZE/sizeof(long)]; member in union:thread_union
2830 void *stack = task_stack_page(current); object_is_on_stack() local
/linux-4.4.14/net/ipv4/
H A Dinetpeer.c241 static void peer_avl_rebalance(struct inet_peer __rcu **stack[], peer_avl_rebalance() argument
407 struct inet_peer __rcu **stack[PEER_MAXDEPTH], ***stackptr; inet_getpeer() local
334 unlink_from_pool(struct inet_peer *p, struct inet_peer_base *base, struct inet_peer __rcu **stack[PEER_MAXDEPTH]) unlink_from_pool() argument
367 inet_peer_gc(struct inet_peer_base *base, struct inet_peer __rcu **stack[PEER_MAXDEPTH], struct inet_peer __rcu ***stackptr) inet_peer_gc() argument
H A Dudp.c1620 static void flush_stack(struct sock **stack, unsigned int count, flush_stack() argument
1672 struct sock *sk, *stack[256 / sizeof(struct sock *)]; __udp4_lib_mcast_deliver() local
/linux-4.4.14/drivers/net/wireless/b43legacy/
H A Dradio.c997 u32 *stack = phy->interfstack; b43legacy_radio_interference_mitigation_enable() local
1240 u32 *stack = phy->interfstack; b43legacy_radio_interference_mitigation_disable() local
/linux-4.4.14/arch/tile/include/gxio/
H A Dmpipe.h457 gxio_mpipe_push_buffer(gxio_mpipe_context_t *context, unsigned int stack, void *buffer) gxio_mpipe_push_buffer() argument
487 gxio_mpipe_pop_buffer(gxio_mpipe_context_t *context, unsigned int stack) gxio_mpipe_pop_buffer() argument
/linux-4.4.14/crypto/
H A Dalgapi.c89 crypto_more_spawns(struct crypto_alg *alg, struct list_head *stack, struct list_head *top, struct list_head *secondary_spawns) crypto_more_spawns() argument
/linux-4.4.14/security/keys/
H A Dkeyring.c619 } stack[KEYRING_SEARCH_MAX_DEPTH]; search_nested_keyrings() local
/linux-4.4.14/arch/arm/common/
H A DbL_switcher.c128 void *stack = current_thread_info() + 1; bL_switchpoint() local
/linux-4.4.14/scripts/kconfig/
H A Dsymbol.c1058 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) dep_stack_insert() argument
1082 struct dep_stack *stack; sym_check_print_recursive() local
1193 struct dep_stack stack; sym_check_sym_deps() local
1228 struct dep_stack stack; sym_check_choice_deps() local
1273 struct dep_stack stack; sym_check_deps() local
/linux-4.4.14/fs/overlayfs/
H A Dsuper.c439 struct path *stack = NULL; ovl_lookup() local
925 struct path *stack = NULL; ovl_fill_super() local
/linux-4.4.14/net/ipv6/
H A Dudp.c744 static void flush_stack(struct sock **stack, unsigned int count, flush_stack() argument
789 struct sock *sk, *stack[256 / sizeof(struct sock *)]; __udp6_lib_mcast_deliver() local
/linux-4.4.14/net/openvswitch/
H A Dactions.c207 __be32 *stack; set_mpls() local
/linux-4.4.14/drivers/net/ethernet/tile/
H A Dtilegx.c409 static void tile_net_pop_all_buffers(int instance, int stack) tile_net_pop_all_buffers() argument
/linux-4.4.14/drivers/net/wireless/b43/
H A Dphy_g.c844 u32 *stack = gphy->interfstack; b43_radio_interference_mitigation_enable() local
1008 u32 *stack = gphy->interfstack; b43_radio_interference_mitigation_disable() local
/linux-4.4.14/arch/arc/kernel/
H A Dunwind.c152 const u8 *stack[MAX_STACK_DEPTH]; member in struct:unwind_state
/linux-4.4.14/fs/
H A Dnamei.c512 } *stack, internal[EMBEDDED_LEVELS]; member in struct:nameidata
/linux-4.4.14/arch/s390/include/asm/
H A Dcompat.h292 unsigned long stack; arch_compat_alloc_user_space() local
/linux-4.4.14/arch/arm/probes/kprobes/
H A Dtest-core.c1369 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack) kprobes_test_case_start() argument
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c111 struct intel_pt_stack stack; member in struct:intel_pt_decoder
241 static void intel_pt_pop_blk(struct intel_pt_stack *stack) intel_pt_pop_blk() argument
252 static uint64_t intel_pt_pop(struct intel_pt_stack *stack) intel_pt_pop() argument
265 static int intel_pt_alloc_blk(struct intel_pt_stack *stack) intel_pt_alloc_blk() argument
284 static int intel_pt_push(struct intel_pt_stack *stack, uint64_t ip) intel_pt_push() argument
298 static void intel_pt_clear_stack(struct intel_pt_stack *stack) intel_pt_clear_stack() argument
305 static void intel_pt_free_stack(struct intel_pt_stack *stack) intel_pt_free_stack() argument
/linux-4.4.14/drivers/scsi/
H A Dgdth.c3654 gdth_stackframe stack; gdth_log_event() local
H A Dmvumi.h477 unsigned short *stack; member in struct:mvumi_tag
/linux-4.4.14/drivers/net/ethernet/tehuti/
H A Dtehuti.h178 int *stack; member in struct:rxdb
/linux-4.4.14/tools/lguest/
H A Dlguest.c1852 char *stack = malloc(32768); start_virtqueue() local
/linux-4.4.14/fs/btrfs/
H A Dsend.c3248 struct list_head stack; apply_children_dir_moves() local
3232 tail_append_pending_moves(struct pending_dir_move *moves, struct list_head *stack) tail_append_pending_moves() argument

Completed in 3215 milliseconds