Home
last modified time | relevance | path

Searched refs:STACK_SIZE (Results 1 – 13 of 13) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtst-misalign-clone-internal.c49 # define STACK_SIZE (256 * 1024) in do_test() macro
51 # define STACK_SIZE (128 * 1024) in do_test() macro
53 char st[STACK_SIZE + 1]; in do_test()
59 .stack_size = STACK_SIZE, in do_test()
A Dtst-misalign-clone.c54 # define STACK_SIZE (256 * 1024) in do_test() macro
56 # define STACK_SIZE (128 * 1024) in do_test() macro
59 char st[STACK_SIZE + 1]; in do_test()
67 pid_t p = __clone2 (check_stack_alignment, stack, STACK_SIZE, 0, 0); in do_test()
70 pid_t p = clone (check_stack_alignment, stack + STACK_SIZE, 0, 0); in do_test()
A Dtst-align-clone-internal.c48 # define STACK_SIZE 256 * 1024 in do_test() macro
50 # define STACK_SIZE 128 * 1024 in do_test() macro
52 char st[STACK_SIZE] __attribute__ ((aligned)); in do_test()
A Dtst-getpid1-internal.c64 # define STACK_SIZE 256 * 1024 in do_test() macro
66 # define STACK_SIZE 128 * 1024 in do_test() macro
68 char st[STACK_SIZE] __attribute__ ((aligned)); in do_test()
A Dtst-clone2-internal.c74 # define STACK_SIZE 256 * 1024 in do_test() macro
76 # define STACK_SIZE 128 * 1024 in do_test() macro
78 char st[STACK_SIZE] __attribute__ ((aligned)); in do_test()
/sysdeps/sparc/sparc64/
A Dstrcspn.S25 #define STACK_SIZE 128 macro
29 #define STACK_SIZE 64 macro
36 sub %sp, STACK_SIZE+32, %sp /* IEU0 Group */
166 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
172 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
177 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
182 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
187 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
192 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
201 13: add %sp, STACK_SIZE+32, %sp /* IEU1 */
[all …]
A Dstrspn.S25 #define STACK_SIZE 128 macro
29 #define STACK_SIZE 64 macro
36 sub %sp, STACK_SIZE+32, %sp /* IEU0 Group */
166 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
172 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
177 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
182 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
187 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
192 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
201 13: add %sp, STACK_SIZE+32, %sp /* IEU1 */
[all …]
A Dstrpbrk.S25 #define STACK_SIZE 128 macro
29 #define STACK_SIZE 64 macro
36 sub %sp, STACK_SIZE+32, %sp /* IEU0 Group */
164 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */
173 add %sp, STACK_SIZE+32, %sp /* IEU1 */
181 add %sp, STACK_SIZE+32, %sp /* IEU1 */
188 add %sp, STACK_SIZE+32, %sp /* IEU1 */
194 add %sp, STACK_SIZE+32, %sp /* IEU1 */
203 add %sp, STACK_SIZE+32, %sp /* IEU1 */
211 add %sp, STACK_SIZE+32, %sp /* IEU1 */
[all …]
/sysdeps/pthread/
A Dtst-pt-tls1.c86 #define STACK_SIZE (1 * 1024 * 1024) in do_test() macro
87 xpthread_attr_setstacksize (&a, STACK_SIZE); in do_test()
107 thr_stack = xposix_memalign (0x200, STACK_SIZE + 1); in do_test()
108 xpthread_attr_setstack (&a, thr_stack + 1, STACK_SIZE); in do_test()
/sysdeps/unix/sysv/linux/riscv/
A Ducontext_i.sym25 STACK_SIZE stack (ss_size)
/sysdeps/unix/sysv/linux/mips/
A Ducontext_i.sym34 STACK_SIZE stack (ss_size)
A Dmakecontext.S97 PTR_L t2, STACK_SIZE(a0)
/sysdeps/unix/sysv/linux/aarch64/
A Ducontext_i.sym34 STACK_SIZE stack (ss_size)

Completed in 11 milliseconds