Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/perf/arch/arm/tests/
Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE); in sample_ustack()
37 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/Linux-v5.15/tools/perf/arch/arm64/tests/
Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE); in sample_ustack()
37 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/Linux-v5.15/tools/perf/arch/powerpc/tests/
Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE); in sample_ustack()
37 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/Linux-v5.15/tools/perf/arch/x86/tests/
Ddwarf-unwind.c11 #define STACK_SIZE 8192 macro
21 buf = malloc(STACK_SIZE); in sample_ustack()
37 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
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, in test_ns_current_pid_tgid_new_ns()
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); in test_fexit_sleep()
/Linux-v5.15/arch/mips/crypto/
Dchacha-core.S9 #define STACK_SIZE 32 macro
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-v5.15/arch/sh/boot/compressed/
Dmisc.c121 #define STACK_SIZE (4096) macro
122 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
123 long *stack_start = &user_stack[STACK_SIZE];
/Linux-v5.15/tools/testing/selftests/sched/
Dcs_prctl_test.c76 #define STACK_SIZE (1024 * 1024) macro
130 child_stack = malloc(STACK_SIZE); in create_threads()
134 tid = clone(child_func_thread, child_stack + STACK_SIZE, THREAD_CLONE_FLAGS, NULL); in create_threads()
157 static unsigned char child_func_process_stack[STACK_SIZE];
170 cpid = clone(child_func_process, child_func_process_stack + STACK_SIZE, in create_processes()
/Linux-v5.15/tools/testing/selftests/memfd/
Dfuse_test.c39 #define STACK_SIZE 65536 macro
204 stack = malloc(STACK_SIZE); in spawn_sealing_thread()
211 stack + STACK_SIZE, in spawn_sealing_thread()
Dmemfd_test.c29 #define STACK_SIZE 65536 macro
614 stack = malloc(STACK_SIZE); in spawn_idle_thread()
621 stack + STACK_SIZE, in spawn_idle_thread()
/Linux-v5.15/arch/xtensa/boot/boot-redboot/
Dbootstrap.S28 #define STACK_SIZE 32768 macro
160 movi a1, _stack + STACK_SIZE
245 .comm _stack, STACK_SIZE
/Linux-v5.15/arch/alpha/lib/
Ddbg_stackkill.S23 lda $2, -STACK_SIZE
/Linux-v5.15/arch/s390/kernel/
Dentry.S50 STACK_SIZE = 1 << STACK_SHIFT define
51 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE
57 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
66 nill %r14,0x10000 - STACK_SIZE
/Linux-v5.15/arch/s390/
DMakefile36 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro
82 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/Linux-v5.15/arch/arm/common/
DbL_switcher.c120 #define STACK_SIZE 512 macro
128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
/Linux-v5.15/arch/x86/boot/
Dmain.c121 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
Dboot.h17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
/Linux-v5.15/arch/x86/crypto/
Dsha256-avx-asm.S127 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
359 subq $STACK_SIZE, %rsp # allocate stack space
Dsha256-ssse3-asm.S121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
368 subq $STACK_SIZE, %rsp
Dsha256-avx2-asm.S126 STACK_SIZE = _CTX + _CTX_SIZE define
537 subq $STACK_SIZE, %rsp
/Linux-v5.15/arch/arm/net/
Dbpf_jit_32.c362 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
1321 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp32.c182 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
1220 EMIT2_off32(0x81, 0xEC, STACK_SIZE); in emit_prologue()
/Linux-v5.15/drivers/scsi/aic7xxx/
Daic7xxx_reg.h_shipped894 #define STACK_SIZE 0x04
Daic7xxx.reg731 const STACK_SIZE 4

12