Searched refs:STACK_SIZE (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.S13 #define STACK_SIZE (NUM_GPRS * GPR_SIZE) define
22 PUSH_BASIC_STACK(STACK_SIZE)
51 POP_BASIC_STACK(STACK_SIZE)
/linux-master/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE);
37 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size;
/linux-master/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE);
37 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size;
/linux-master/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE);
37 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size;
/linux-master/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE);
38 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size;
/linux-master/arch/alpha/lib/
H A Ddbg_stackkill.S23 lda $2, -STACK_SIZE
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dns_current_pid_tgid.c16 #define STACK_SIZE (1024 * 1024) macro
17 static char child_stack[STACK_SIZE];
68 cpid = clone(test_current_pid_tgid, child_stack + STACK_SIZE,
H A Dfexit_sleep.c23 #define STACK_SIZE (1024 * 1024) macro
24 static char child_stack[STACK_SIZE];
41 cpid = clone(do_sleep, child_stack + STACK_SIZE, CLONE_FILES | SIGCHLD, fexit_skel);
/linux-master/arch/sh/boot/compressed/
H A Dmisc.c124 #define STACK_SIZE (4096) macro
125 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
126 long *stack_start = &user_stack[STACK_SIZE];
/linux-master/arch/mips/crypto/
H A Dchacha-core.S9 #define STACK_SIZE 32 define
206 .frame $sp, STACK_SIZE, $ra
211 addiu $sp, -STACK_SIZE
280 lw $at, (STACK_SIZE+16)($sp)
311 addiu $sp, STACK_SIZE
347 lw $at, (STACK_SIZE+16)($sp)
446 .frame $sp, STACK_SIZE, $ra
448 addiu $sp, -STACK_SIZE
494 addiu $sp, STACK_SIZE
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c177 #define STACK_SIZE (1024 * 1024) macro
199 child_stack = mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE,
204 pid = clone(hashchk_clone_child_fn, child_stack + STACK_SIZE,
/linux-master/arch/xtensa/lib/
H A Dusercopy.S64 #define STACK_SIZE 4 define
66 #define STACK_SIZE 0 define
68 abi_entry(STACK_SIZE)
83 abi_ret(STACK_SIZE)
135 abi_ret(STACK_SIZE)
195 abi_ret(STACK_SIZE)
283 abi_ret(STACK_SIZE)
301 abi_ret(STACK_SIZE)
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c88 #define STACK_SIZE (1024 * 1024) macro
141 child_stack = malloc(STACK_SIZE);
145 tid = clone(child_func_thread, child_stack + STACK_SIZE, THREAD_CLONE_FLAGS, NULL);
173 static unsigned char child_func_process_stack[STACK_SIZE];
186 cpid = clone(child_func_process, child_func_process_stack + STACK_SIZE,
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S29 #define STACK_SIZE 32768 define
163 movi a1, _stack + STACK_SIZE
249 .comm _stack, STACK_SIZE
/linux-master/tools/testing/selftests/memfd/
H A Dfuse_test.c40 #define STACK_SIZE 65536 macro
205 stack = malloc(STACK_SIZE);
207 printf("malloc(STACK_SIZE) failed: %m\n");
212 stack + STACK_SIZE,
H A Dmemfd_test.c30 #define STACK_SIZE 65536 macro
765 stack = malloc(STACK_SIZE);
767 printf("malloc(STACK_SIZE) failed: %m\n");
771 pid = clone(fn, stack + STACK_SIZE, SIGCHLD | flags, arg);
/linux-master/arch/x86/boot/
H A Dmain.c123 : "=r" (stack_end) : "i" (-STACK_SIZE));
H A Dboot.h17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
/linux-master/arch/s390/
H A DMakefile44 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro
81 CC_FLAGS_CHECK_STACK := -mstack-size=$(STACK_SIZE)
/linux-master/tools/testing/selftests/x86/
H A Dlam.c55 #define STACK_SIZE 65536 macro
752 char stack[STACK_SIZE];
764 pid = clone(thread_fn_get_lam, stack + STACK_SIZE,
787 char stack[STACK_SIZE];
792 pid = clone(thread_fn_set_lam, stack + STACK_SIZE,
/linux-master/arch/arm/common/
H A DbL_switcher.c120 #define STACK_SIZE 512 macro
128 stack += clusterid * STACK_SIZE + STACK_SIZE;
/linux-master/arch/x86/crypto/
H A Dsm3-avx-asm_64.S141 #define STACK_SIZE (STACK_REG_SAVE + STACK_REG_SAVE_SIZE) define
344 subq $STACK_SIZE, %rsp;
H A Dsha256-ssse3-asm.S122 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
368 subq $STACK_SIZE, %rsp
H A Dsha256-avx-asm.S128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
359 subq $STACK_SIZE, %rsp # allocate stack space
/linux-master/arch/arm64/crypto/
H A Dsm3-neon-core.S31 #define STACK_SIZE (STACK_W + STACK_W_SIZE) define
368 sub addr0, sp, #STACK_SIZE

Completed in 485 milliseconds

12