/Linux-v4.19/tools/perf/arch/powerpc/tests/ |
D | dwarf-unwind.c | 11 #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-v4.19/tools/perf/arch/arm64/tests/ |
D | dwarf-unwind.c | 10 #define STACK_SIZE 8192 macro 20 buf = malloc(STACK_SIZE); in sample_ustack() 36 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
|
/Linux-v4.19/tools/perf/arch/arm/tests/ |
D | dwarf-unwind.c | 10 #define STACK_SIZE 8192 macro 20 buf = malloc(STACK_SIZE); in sample_ustack() 36 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | dwarf-unwind.c | 11 #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-v4.19/arch/sh/boot/compressed/ |
D | misc.c | 120 #define STACK_SIZE (4096) macro 121 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; 122 long *stack_start = &user_stack[STACK_SIZE];
|
/Linux-v4.19/tools/testing/selftests/memfd/ |
D | fuse_test.c | 39 #define STACK_SIZE 65536 macro 204 stack = malloc(STACK_SIZE); in spawn_sealing_thread() 211 stack + STACK_SIZE, in spawn_sealing_thread()
|
D | memfd_test.c | 29 #define STACK_SIZE 65536 macro 545 stack = malloc(STACK_SIZE); in spawn_idle_thread() 552 stack + STACK_SIZE, in spawn_idle_thread()
|
/Linux-v4.19/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 28 #define STACK_SIZE 32768 macro 160 movi a1, _stack + STACK_SIZE 245 .comm _stack, STACK_SIZE
|
/Linux-v4.19/arch/alpha/lib/ |
D | dbg_stackkill.S | 23 lda $2, -STACK_SIZE
|
/Linux-v4.19/arch/s390/ |
D | Makefile | 30 STACK_SIZE := 16384 macro 74 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
|
/Linux-v4.19/arch/arm/common/ |
D | bL_switcher.c | 123 #define STACK_SIZE 512 macro 131 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
|
/Linux-v4.19/arch/x86/boot/ |
D | main.c | 122 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
|
D | boot.h | 19 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
|
/Linux-v4.19/arch/x86/crypto/ |
D | sha256-ssse3-asm.S | 121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 366 subq $STACK_SIZE, %rsp
|
D | sha256-avx-asm.S | 128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 360 subq $STACK_SIZE, %rsp # allocate stack space
|
D | sha256-avx2-asm.S | 129 STACK_SIZE = _RSP + _RSP_SIZE define 538 subq $STACK_SIZE, %rsp
|
/Linux-v4.19/arch/s390/kernel/ |
D | entry.S | 51 STACK_SIZE = 1 << STACK_SHIFT define 52 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE 603 1: CHECK_STACK STACK_SIZE,__LC_SAVE_AREA_SYNC
|
/Linux-v4.19/arch/x86/net/ |
D | bpf_jit_comp32.c | 180 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1443 EMIT2_off32(0x81, 0xEC, STACK_SIZE); in emit_prologue()
|
/Linux-v4.19/arch/arm/net/ |
D | bpf_jit_32.c | 353 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1270 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h_shipped | 894 #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()
|