Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/arch/arm/tests/
Ddwarf-unwind.c9 #define STACK_SIZE 8192 macro
19 buf = malloc(STACK_SIZE); in sample_ustack()
35 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/linux-4.1.27/tools/perf/arch/x86/tests/
Ddwarf-unwind.c9 #define STACK_SIZE 8192 macro
19 buf = malloc(STACK_SIZE); in sample_ustack()
35 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/linux-4.1.27/arch/sh/boot/compressed/
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.1.27/tools/testing/selftests/memfd/
Dfuse_test.c36 #define STACK_SIZE 65535 macro
205 stack = malloc(STACK_SIZE); in spawn_sealing_thread()
212 stack + STACK_SIZE, in spawn_sealing_thread()
Dmemfd_test.c21 #define STACK_SIZE 65535 macro
511 stack = malloc(STACK_SIZE); in spawn_idle_thread()
518 stack + STACK_SIZE, in spawn_idle_thread()
/linux-4.1.27/arch/xtensa/boot/boot-redboot/
Dbootstrap.S27 #define STACK_SIZE 32768 macro
158 movi a1, _stack + STACK_SIZE
243 .comm _stack, STACK_SIZE
/linux-4.1.27/arch/mn10300/boot/compressed/
Dmisc.c312 #define STACK_SIZE (4096) macro
314 long user_stack[STACK_SIZE];
319 } stack_start = { &user_stack[STACK_SIZE], 0 };
/linux-4.1.27/arch/alpha/lib/
Ddbg_stackkill.S22 lda $2, -STACK_SIZE
/linux-4.1.27/arch/s390/
DMakefile23 STACK_SIZE := 16384 macro
68 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/linux-4.1.27/arch/x86/boot/
Dmain.c122 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
Dboot.h19 #define STACK_SIZE 512 /* Minimum number of bytes for stack */ macro
Dheader.S477 1: addw $STACK_SIZE, %dx
/linux-4.1.27/arch/arm/common/
DbL_switcher.c122 #define STACK_SIZE 512 macro
130 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
/linux-4.1.27/arch/x86/crypto/
Dsha256-avx-asm.S128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
360 subq $STACK_SIZE, %rsp # allocate stack space
Dsha256-ssse3-asm.S121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
366 subq $STACK_SIZE, %rsp
Dsha256-avx2-asm.S131 STACK_SIZE = _RSP + _RSP_SIZE define
541 subq $STACK_SIZE, %rsp
/linux-4.1.27/arch/s390/kernel/
Dentry.S42 STACK_SIZE = 1 << STACK_SHIFT define
43 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE
413 0: CHECK_STACK STACK_SIZE,__LC_SAVE_AREA_SYNC
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_reg.h_shipped898 #define STACK_SIZE 0x04
Daic7xxx.reg731 const STACK_SIZE 4
Daic7xxx_core.c7228 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()