Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/powerpc/tests/
Ddwarf-unwind.c11 #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/
Ddwarf-unwind.c10 #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/
Ddwarf-unwind.c10 #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/
Ddwarf-unwind.c11 #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/
Dmisc.c120 #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/
Dfuse_test.c39 #define STACK_SIZE 65536 macro
204 stack = malloc(STACK_SIZE); in spawn_sealing_thread()
211 stack + STACK_SIZE, in spawn_sealing_thread()
Dmemfd_test.c29 #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/
Dbootstrap.S28 #define STACK_SIZE 32768 macro
160 movi a1, _stack + STACK_SIZE
245 .comm _stack, STACK_SIZE
/Linux-v4.19/arch/alpha/lib/
Ddbg_stackkill.S23 lda $2, -STACK_SIZE
/Linux-v4.19/arch/s390/
DMakefile30 STACK_SIZE := 16384 macro
74 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/Linux-v4.19/arch/arm/common/
DbL_switcher.c123 #define STACK_SIZE 512 macro
131 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
/Linux-v4.19/arch/x86/boot/
Dmain.c122 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
Dboot.h19 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
/Linux-v4.19/arch/x86/crypto/
Dsha256-ssse3-asm.S121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
366 subq $STACK_SIZE, %rsp
Dsha256-avx-asm.S128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
360 subq $STACK_SIZE, %rsp # allocate stack space
Dsha256-avx2-asm.S129 STACK_SIZE = _RSP + _RSP_SIZE define
538 subq $STACK_SIZE, %rsp
/Linux-v4.19/arch/s390/kernel/
Dentry.S51 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/
Dbpf_jit_comp32.c180 #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/
Dbpf_jit_32.c353 #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/
Daic7xxx_reg.h_shipped894 #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()