Searched refs:stack (Results 176 - 200 of 478) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dasm-offsets.c33 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsgetem.S17 | the floating-point save stack.
84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
97 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack
98 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack
H A Dx_fline.S36 | long onto the stack.
54 | ;a6 can point correctly to the stack frame
65 | ;if an FMOVECR instruction, fix stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_entry.S110 | directly, others are on the stack, as we read/write the stack
112 | instruction decoding, otherwise the stack pointer is incorrect
113 | and the stack gets corrupted.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dthread_info.h20 * - this struct shares the supervisor stack pages
59 #define init_stack (init_thread_union.stack)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dthread_info.h20 * - this struct shares the supervisor stack pages
59 #define init_stack (init_thread_union.stack)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dthread_info.h63 #define init_stack (init_thread_union.stack)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dthread_info.h22 * - this struct shares the supervisor stack pages
43 unsigned long previous_esp; /* ESP of the previous stack in case
84 #define init_stack (init_thread_union.stack)
87 /* how to get the current stack pointer from C */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dthread_info.h20 * - this struct shares the supervisor stack pages
79 #define init_stack (init_thread_union.stack)
H A Dassembler.h200 ; switch to kernel stack (spi)
212 ;; called from kernel context: previous stack = spi
217 ;; called from user context: previous stack = spu
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsystem.h42 [thread_info] "i" (offsetof(struct task_struct, stack)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dthread_info.h46 #define init_stack (init_thread_union.stack)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dthread_info.h70 #define init_stack (init_thread_union.stack)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dh/
H A DMakefile90 fips_dh_check.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
99 fips_dh_gen.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
108 fips_dh_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rsa/
H A DMakefile90 fips_rsa_eay.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
99 fips_rsa_gen.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
110 fips_rsa_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dcrl2p7.c75 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
296 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile)
318 /* This loads from a file, a stack of x509/crl/pkey sets */
331 sk_X509_push(stack,xi->x509);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlzw.c61 uint8_t stack[LZW_SIZTABLE]; member in struct:LZWState
152 s->sp = s->stack;
183 while (sp > s->stack) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl2p7.c75 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
296 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile)
318 /* This loads from a file, a stack of x509/crl/pkey sets */
331 sk_X509_push(stack,xi->x509);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A DMakefile82 err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
97 err_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
106 err_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Drelocate.S156 /* Clear all of BSS and set up stack for C calls */
167 90: mr r9,r1 /* Save old stack pointer (in case it matters) */
168 lis r1,.stack@h
169 ori r1,r1,.stack@l
213 .comm .stack,4096*2,4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dprocess.c222 r25 = Child stack.
237 /* A zero value for usp means use the current stack */
266 void *stack = task_stack_page(p); local
293 cregs->ksp = (unsigned long)stack + THREAD_SZ_ALGN;
314 /* Use same stack depth as parent */
315 cregs->ksp = (unsigned long)stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A DMakefile448 bntest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
455 destest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
463 dhtest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h dhtest.c
470 dsatest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
480 ecdhtest.o: ../include/openssl/sha.h ../include/openssl/stack.h
491 ecdsatest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
501 ectest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h ectest.c
507 enginetest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
516 evp_test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
523 exptest.o: ../include/openssl/safestack.h ../include/openssl/stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S294 set LOCAL_SIZE, 192 # stack frame size(bytes)
295 set LV, -LOCAL_SIZE # stack offset
297 set EXC_SR, 0x4 # stack status register
298 set EXC_PC, 0x6 # stack pc
599 # - The system stack contains the FP Ovfl exception stack frame #
604 # - The system stack is unchanged #
607 # - The system stack is unchanged #
640 link.w %a6,&-LOCAL_SIZE # init stack frame
646 fmovm.x &0xc0,EXC_FPREGS(%a6) # save fp0-fp1 on stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c172 struct list_head stack, *h; local
179 INIT_LIST_HEAD(&stack);
203 fw_error("Topology stack underflow\n");
208 * Seek back from the top of our stack to find the
211 for (i = 0, h = &stack; i < child_port_count; i++)
276 /* Pop the child nodes off the stack and push the new node. */
277 __list_del(h->prev, &stack);
278 list_add_tail(&node->link, &stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A DMakefile91 pem_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
103 pem_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
117 pem_info.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
131 pem_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
145 pem_oth.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
158 pem_pk8.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
171 pem_pkey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
184 pem_seal.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
197 pem_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
209 pem_x509.o: ../../include/openssl/sha.h ../../include/openssl/stack
[all...]

Completed in 201 milliseconds

1234567891011>>