Searched refs:stack (Results 1 - 25 of 478) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsysrq.c16 void show_trace(struct task_struct *task, unsigned long * stack) argument
20 if (!stack) {
21 stack = (unsigned long*) &stack;
26 while (((long) stack & (THREAD_SIZE-1)) != 0) {
27 addr = *stack;
29 printk("%08lx: [<%08lx>]", (unsigned long) stack, addr);
33 stack++;
40 * stack dumps generator - this is used by arch-independent code.
45 unsigned long stack; local
58 unsigned long *stack; local
[all...]
H A Dinit_task.c49 void unprotect_stack(unsigned long stack) argument
51 os_protect_memory((void *) stack, THREAD_SIZE, 1, 1, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/skas/
H A Dmm_id.h14 unsigned long stack; member in struct:mm_id
H A Dskas.h16 extern int user_thread(unsigned long stack, int flags);
19 extern int new_mm(unsigned long stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dsysrq.h5 extern void show_trace(struct task_struct* task, unsigned long *stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/arch/i386/
H A DMakefile5 # -mpreferred-stack-boundary=2 is essential in preventing gcc 4.2.x
6 # from aligning stack to 16 bytes. (Which is gcc's way of supporting SSE).
7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsysrq.c48 unsigned long *stack, unsigned long ebp)
61 while (valid_stack_ptr(tinfo, stack)) {
62 addr = *stack;
64 printk("%08lx: [<%08lx>]", (unsigned long) stack, addr);
68 stack++;
74 void show_trace(struct task_struct* task, unsigned long * stack) argument
80 if (!stack) {
81 stack = (unsigned long*) &stack;
82 printk("show_trace: got NULL stack, implici
47 print_context_stack(struct thread_info *tinfo, unsigned long *stack, unsigned long ebp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dtraps.c6 * mechanism, as well as some general stack/register dumping
25 void show_trace(unsigned long * stack) argument
37 while (((long) stack & (THREAD_SIZE-1)) != 0) {
38 if (__get_user (addr, stack)) {
42 raw_printk ("Failing address 0x%lx\n", (unsigned long)stack);
45 stack++;
84 unsigned long *stack, addr; local
99 stack = sp;
101 raw_printk("\nStack from %08lx:\n ", (unsigned long)stack);
103 if (((long) stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dstacktrace.h6 /* Generic stack tracer with callbacks */
14 int (*stack)(void *data, char *name); member in struct:stacktrace_ops
17 void dump_trace(struct task_struct *tsk, struct pt_regs *regs, unsigned long *stack,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dmem.c35 unsigned long *stack)
37 if(stack == NULL) {
38 stack = (unsigned long *) mm_idp->stack + 2;
39 *stack = 0;
41 return stack;
93 * beginning of the stack:
97 ret = *((unsigned long *) mm_idp->stack);
98 offset = *((unsigned long *) mm_idp->stack + 1);
100 data = (unsigned long *)(mm_idp->stack
34 check_init_stack(struct mm_id * mm_idp, unsigned long *stack) argument
133 unsigned long *stack = check_init_stack(mm_idp, *addr); local
165 unsigned long *stack; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dmmu.c44 /* There's an interaction between the skas0 stub pages, stack
47 * been allocated. If the stack is on the last page table page,
48 * then the stack pte page will be freed, and if not, it won't. To
49 * avoid having to know where the stack is, or if the process mapped
78 unsigned long stack = 0; local
82 stack = get_zeroed_page(GFP_KERNEL);
83 if(stack == 0)
97 ret = init_stub_pte(mm, CONFIG_STUB_DATA, stack);
104 to_mm->id.stack = stack;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A DMakefile2 # OpenSSL/crypto/stack/Makefile
5 DIR= stack
20 LIBSRC=stack.c
21 LIBOBJ=stack.o
25 EXHEADER= stack.h safestack.h
77 stack.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
78 stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
79 stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
80 stack.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
81 stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/stack/
H A DMakefile2 # SSLeay/crypto/stack/Makefile
5 DIR= stack
25 LIBSRC=stack.c
26 LIBOBJ=stack.o
30 EXHEADER= stack.h safestack.h
80 stack.o: ../../e_os.h ../../include/openssl/bio.h
81 stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
82 stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
83 stack.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
84 stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dexec_kern.c30 unsigned long stack; local
33 stack = alloc_stack(0, 0);
34 if(stack == 0){
36 "flush_thread : failed to allocate temporary stack\n");
40 new_pid = start_fork_tramp(task_stack_page(current), stack, 0, exec_tramp);
58 free_page(stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dhelper.c48 unsigned long stack, sp; local
52 stack = *stack_out;
54 stack = alloc_stack(0, __cant_sleep());
55 if (stack == 0)
71 sp = stack + UM_KERN_PAGE_SIZE - sizeof(void *);
114 free_stack(stack, 0);
121 unsigned long stack, sp; local
124 stack = alloc_stack(stack_order, __cant_sleep());
125 if (stack == 0)
128 sp = stack
[all...]
H A Dstart_up.c68 succeed in modifying the stack frame*/
106 void *stack; local
110 stack = mmap(NULL, UM_KERN_PAGE_SIZE,
113 if(stack == MAP_FAILED)
115 sp = (unsigned long) stack + UM_KERN_PAGE_SIZE - sizeof(void *);
126 *stack_out = stack;
136 static int stop_ptraced_child(int pid, void *stack, int exitcode, argument
157 if(munmap(stack, UM_KERN_PAGE_SIZE) < 0)
210 void *stack; local
216 pid = start_ptraced_child(&stack);
300 void *stack; local
415 void *stack; local
443 void *stack; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dtraps.c92 printk("(Possibly corrupted stack page??)\n");
119 unsigned long *stack, addr; local
125 stack = esp;
127 printk("Stack from %08lx:", (unsigned long)stack);
129 if (((unsigned long)stack & (THREAD_SIZE - 1)) == 0)
133 printk(" %08lx", *stack++);
138 stack = esp;
139 while (((unsigned long)stack & (THREAD_SIZE - 1)) != 0) {
140 addr = *stack++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A Dmemcpy.S20 # - NOTE: must not use any stack. exception detection performs function return
H A Dmemset.S20 # - NOTE: must not use any stack. exception detection performs function return
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/oprofile/
H A Dbacktrace.c27 /* frame pointers should strictly progress back up the stack
48 /* frame pointers should strictly progress back up the stack
59 * --------------- stack base (address of current_thread_info)
62 * | stack |
67 * --------------- struct pt_regs * stored on stack if 32-bit
75 * Thus, regs (or regs->rsp for x86_64) <-> stack base restricts the
77 * exceptions use special stacks, maintained by the interrupt stack table
80 * to the kernel stack; instead, it points to some location on the NMI
81 * stack. On the other hand, regs->rsp is the stack pointe
91 unsigned long stack = (unsigned long)regs->rsp; local
93 unsigned long stack = (unsigned long)regs; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dthread_info.h37 #define init_stack (init_thread_union.stack)
40 #define task_stack_page(tsk) ((tsk)->stack)
46 *(struct task_struct **)(p)->stack = (p); \
50 #define end_of_stack(p) ((unsigned long *)(p)->stack + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dprocessor.h55 unsigned long *stack = (unsigned long *)sp; \
60 regs->ARM_r2 = stack[2]; /* r2 (envp) */ \
61 regs->ARM_r1 = stack[1]; /* r1 (argv) */ \
62 regs->ARM_r0 = stack[0]; /* r0 (argc) */ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_btree.h106 * btree traversal stack
111 struct btframe { /* stack frame */
121 struct btframe stack[MAXTREEHEIGHT]; member in struct:btstack
125 (btstack)->top = (btstack)->stack
128 ( (btstack)->top == &((btstack)->stack[MAXTREEHEIGHT-1]))
139 ( (btstack)->top == (btstack)->stack ? NULL : --(btstack)->top )
142 ( (btstack)->top == (btstack)->stack ? NULL : (btstack)->top )
150 (long long)btstack->stack[i].bn,
151 btstack->stack[i].index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtraps.c109 void show_stack(struct task_struct *task, unsigned long *stack) argument
115 if (!stack) {
117 stack = (unsigned long *)task->thread.ksp;
119 stack = (unsigned long *)&stack;
122 addr = (unsigned long) stack;
125 printk(KERN_EMERG "Stack from %08lx:", (unsigned long)stack);
127 if (stack + 1 > endstack)
131 printk(" %08lx", *stack++);
137 while (stack
308 unsigned long stack; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dvmlinux.lds.S55 .stack : { stack = .; _stack = .; }

Completed in 113 milliseconds

1234567891011>>