/linux-4.4.14/tools/perf/arch/arm/tests/ |
H A D | dwarf-unwind.c | 9 #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 D | dwarf-unwind.c | 9 #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 D | dwarf-unwind.c | 10 #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 D | dbg_stackkill.S | 22 lda $2, -STACK_SIZE
|
/linux-4.4.14/arch/sh/boot/compressed/ |
H A 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.4.14/arch/xtensa/boot/boot-redboot/ |
H A D | bootstrap.S | 27 #define STACK_SIZE 32768 define 158 movi a1, _stack + STACK_SIZE 243 .comm _stack, STACK_SIZE
|
/linux-4.4.14/arch/s390/ |
H A D | Makefile | 23 STACK_SIZE := 16384 macro 70 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 17 * +-----------------------+ -------- STACK_SIZE
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
H A D | fuse_test.c | 36 #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 D | memfd_test.c | 22 #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 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.4.14/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 146 #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 D | main.c | 122 : "=r" (stack_end) : "i" (-STACK_SIZE)); init_heap()
|
H A D | header.S | 345 heap_end_ptr: .word _end+STACK_SIZE-512 477 1: addw $STACK_SIZE, %dx
|
H A D | boot.h | 19 #define STACK_SIZE 512 /* Minimum number of bytes for stack */ macro
|
/linux-4.4.14/arch/arm/common/ |
H A D | bL_switcher.c | 122 #define STACK_SIZE 512 macro 130 stack += clusterid * STACK_SIZE + STACK_SIZE; bL_switchpoint()
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | sha256-avx-asm.S | 128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 360 subq $STACK_SIZE, %rsp # allocate stack space
|
H A D | sha256-ssse3-asm.S | 121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 366 subq $STACK_SIZE, %rsp
|
H A D | sha256-avx2-asm.S | 131 STACK_SIZE = _RSP + _RSP_SIZE define 541 subq $STACK_SIZE, %rsp
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | entry.S | 45 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 D | aic7xxx_core.c | 7228 for (i = 0; i < STACK_SIZE; i++) ahc_dump_card_state()
|