Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/arch/arm/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-v5.10/tools/perf/arch/arm64/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-v5.10/tools/perf/arch/powerpc/tests/
Ddwarf-unwind.c12 #define STACK_SIZE 8192 macro
22 buf = malloc(STACK_SIZE); in sample_ustack()
38 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/Linux-v5.10/tools/perf/arch/x86/tests/
Ddwarf-unwind.c12 #define STACK_SIZE 8192 macro
22 buf = malloc(STACK_SIZE); in sample_ustack()
38 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack()
/Linux-v5.10/arch/sh/boot/compressed/
Dmisc.c121 #define STACK_SIZE (4096) macro
122 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
123 long *stack_start = &user_stack[STACK_SIZE];
/Linux-v5.10/arch/mips/crypto/
Dchacha-core.S9 #define STACK_SIZE 32 macro
206 .frame $sp, STACK_SIZE, $ra
211 addiu $sp, -STACK_SIZE
280 lw $at, (STACK_SIZE+16)($sp)
311 addiu $sp, STACK_SIZE
347 lw $at, (STACK_SIZE+16)($sp)
446 .frame $sp, STACK_SIZE, $ra
448 addiu $sp, -STACK_SIZE
494 addiu $sp, STACK_SIZE
/Linux-v5.10/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
614 stack = malloc(STACK_SIZE); in spawn_idle_thread()
621 stack + STACK_SIZE, in spawn_idle_thread()
/Linux-v5.10/arch/xtensa/boot/boot-redboot/
Dbootstrap.S28 #define STACK_SIZE 32768 macro
160 movi a1, _stack + STACK_SIZE
245 .comm _stack, STACK_SIZE
/Linux-v5.10/arch/alpha/lib/
Ddbg_stackkill.S23 lda $2, -STACK_SIZE
/Linux-v5.10/arch/s390/
DMakefile35 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro
81 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/Linux-v5.10/arch/arm/common/
DbL_switcher.c120 #define STACK_SIZE 512 macro
128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
/Linux-v5.10/arch/x86/boot/
Dmain.c121 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
Dboot.h17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
/Linux-v5.10/arch/s390/kernel/
Dentry.S51 STACK_SIZE = 1 << STACK_SHIFT define
52 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE
87 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
96 nill %r14,0x10000 - STACK_SIZE
/Linux-v5.10/arch/x86/crypto/
Dsha256-avx-asm.S127 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
359 subq $STACK_SIZE, %rsp # allocate stack space
Dsha256-ssse3-asm.S121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
368 subq $STACK_SIZE, %rsp
Dsha256-avx2-asm.S128 STACK_SIZE = _RSP + _RSP_SIZE define
537 subq $STACK_SIZE, %rsp
/Linux-v5.10/arch/arm/net/
Dbpf_jit_32.c350 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
1302 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()
/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp32.c182 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
1220 EMIT2_off32(0x81, 0xEC, STACK_SIZE); in emit_prologue()
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_reg.h_shipped894 #define STACK_SIZE 0x04
Daic7xxx.reg731 const STACK_SIZE 4
Daic7xxx_core.c7166 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()