Searched refs:STACK_SIZE (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/tools/perf/arch/arm/tests/ |
D | dwarf-unwind.c | 9 #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/ |
D | dwarf-unwind.c | 9 #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/ |
D | misc.c | 112 #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/ |
D | fuse_test.c | 36 #define STACK_SIZE 65535 macro 205 stack = malloc(STACK_SIZE); in spawn_sealing_thread() 212 stack + STACK_SIZE, in spawn_sealing_thread()
|
D | memfd_test.c | 21 #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/ |
D | bootstrap.S | 27 #define STACK_SIZE 32768 macro 158 movi a1, _stack + STACK_SIZE 243 .comm _stack, STACK_SIZE
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 312 #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/ |
D | dbg_stackkill.S | 22 lda $2, -STACK_SIZE
|
/linux-4.1.27/arch/s390/ |
D | Makefile | 23 STACK_SIZE := 16384 macro 68 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
|
/linux-4.1.27/arch/x86/boot/ |
D | main.c | 122 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
|
D | boot.h | 19 #define STACK_SIZE 512 /* Minimum number of bytes for stack */ macro
|
D | header.S | 477 1: addw $STACK_SIZE, %dx
|
/linux-4.1.27/arch/arm/common/ |
D | bL_switcher.c | 122 #define STACK_SIZE 512 macro 130 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha256-avx-asm.S | 128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 360 subq $STACK_SIZE, %rsp # allocate stack space
|
D | sha256-ssse3-asm.S | 121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 366 subq $STACK_SIZE, %rsp
|
D | sha256-avx2-asm.S | 131 STACK_SIZE = _RSP + _RSP_SIZE define 541 subq $STACK_SIZE, %rsp
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 42 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/ |
D | aic7xxx_reg.h_shipped | 898 #define STACK_SIZE 0x04
|
D | aic7xxx.reg | 731 const STACK_SIZE 4
|
D | aic7xxx_core.c | 7228 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()
|