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

/linux-4.4.14/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c9 #define STACK_SIZE 8192 macro
19 buf = malloc(STACK_SIZE); sample_ustack()
35 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; sample_ustack()
/linux-4.4.14/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c9 #define STACK_SIZE 8192 macro
19 buf = malloc(STACK_SIZE); sample_ustack()
35 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; sample_ustack()
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c10 #define STACK_SIZE 8192 macro
20 buf = malloc(STACK_SIZE); sample_ustack()
36 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; sample_ustack()
/linux-4.4.14/arch/alpha/lib/
H A Ddbg_stackkill.S22 lda $2, -STACK_SIZE
/linux-4.4.14/arch/sh/boot/compressed/
H A Dmisc.c112 #define STACK_SIZE (4096) macro
113 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
114 long *stack_start = &user_stack[STACK_SIZE];
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S27 #define STACK_SIZE 32768 define
158 movi a1, _stack + STACK_SIZE
243 .comm _stack, STACK_SIZE
/linux-4.4.14/arch/s390/
H A DMakefile23 STACK_SIZE := 16384 macro
70 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dptrace.h17 * +-----------------------+ -------- STACK_SIZE
/linux-4.4.14/tools/testing/selftests/memfd/
H A Dfuse_test.c36 #define STACK_SIZE 65535 macro
205 stack = malloc(STACK_SIZE); spawn_sealing_thread()
207 printf("malloc(STACK_SIZE) failed: %m\n"); spawn_sealing_thread()
212 stack + STACK_SIZE, spawn_sealing_thread()
H A Dmemfd_test.c22 #define STACK_SIZE 65536 macro
512 stack = malloc(STACK_SIZE); spawn_idle_thread()
514 printf("malloc(STACK_SIZE) failed: %m\n"); spawn_idle_thread()
519 stack + STACK_SIZE, spawn_idle_thread()
/linux-4.4.14/arch/mn10300/boot/compressed/
H A Dmisc.c312 #define STACK_SIZE (4096) macro
314 long user_stack[STACK_SIZE];
319 } stack_start = { &user_stack[STACK_SIZE], 0 };
/linux-4.4.14/arch/arm64/net/
H A Dbpf_jit_comp.c146 #define STACK_SIZE STACK_ALIGN(_STACK_SIZE) macro
176 * current A64_SP => +-----+ <= (BPF_FP - STACK_SIZE) build_prologue()
202 emit(A64_SUB_I(1, A64_SP, A64_SP, STACK_SIZE), ctx); build_prologue()
221 emit(A64_ADD_I(1, A64_SP, A64_SP, STACK_SIZE), ctx); build_epilogue()
678 emit(A64_SUB_I(1, r4, fp, STACK_SIZE), ctx); build_insn()
/linux-4.4.14/arch/x86/boot/
H A Dmain.c122 : "=r" (stack_end) : "i" (-STACK_SIZE)); init_heap()
H A Dheader.S345 heap_end_ptr: .word _end+STACK_SIZE-512
477 1: addw $STACK_SIZE, %dx
H A Dboot.h19 #define STACK_SIZE 512 /* Minimum number of bytes for stack */ macro
/linux-4.4.14/arch/arm/common/
H A DbL_switcher.c122 #define STACK_SIZE 512 macro
130 stack += clusterid * STACK_SIZE + STACK_SIZE; bL_switchpoint()
/linux-4.4.14/arch/x86/crypto/
H A Dsha256-avx-asm.S128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
360 subq $STACK_SIZE, %rsp # allocate stack space
H A Dsha256-ssse3-asm.S121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
366 subq $STACK_SIZE, %rsp
H A Dsha256-avx2-asm.S131 STACK_SIZE = _RSP + _RSP_SIZE define
541 subq $STACK_SIZE, %rsp
/linux-4.4.14/arch/s390/kernel/
H A Dentry.S45 STACK_SIZE = 1 << STACK_SHIFT define
46 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE
485 1: CHECK_STACK STACK_SIZE,__LC_SAVE_AREA_SYNC
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7228 for (i = 0; i < STACK_SIZE; i++) ahc_dump_card_state()

Completed in 1026 milliseconds