/Linux-v5.10/tools/perf/arch/arm/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-v5.10/tools/perf/arch/arm64/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-v5.10/tools/perf/arch/powerpc/tests/ |
D | dwarf-unwind.c | 12 #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/ |
D | dwarf-unwind.c | 12 #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/ |
D | misc.c | 121 #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/ |
D | chacha-core.S | 9 #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/ |
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 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/ |
D | bootstrap.S | 28 #define STACK_SIZE 32768 macro 160 movi a1, _stack + STACK_SIZE 245 .comm _stack, STACK_SIZE
|
/Linux-v5.10/arch/alpha/lib/ |
D | dbg_stackkill.S | 23 lda $2, -STACK_SIZE
|
/Linux-v5.10/arch/s390/ |
D | Makefile | 35 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro 81 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
|
/Linux-v5.10/arch/arm/common/ |
D | bL_switcher.c | 120 #define STACK_SIZE 512 macro 128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
|
/Linux-v5.10/arch/x86/boot/ |
D | main.c | 121 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
|
D | boot.h | 17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
|
/Linux-v5.10/arch/s390/kernel/ |
D | entry.S | 51 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/ |
D | sha256-avx-asm.S | 127 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 359 subq $STACK_SIZE, %rsp # allocate stack space
|
D | sha256-ssse3-asm.S | 121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 368 subq $STACK_SIZE, %rsp
|
D | sha256-avx2-asm.S | 128 STACK_SIZE = _RSP + _RSP_SIZE define 537 subq $STACK_SIZE, %rsp
|
/Linux-v5.10/arch/arm/net/ |
D | bpf_jit_32.c | 350 #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/ |
D | bpf_jit_comp32.c | 182 #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/ |
D | aic7xxx_reg.h_shipped | 894 #define STACK_SIZE 0x04
|
D | aic7xxx.reg | 731 const STACK_SIZE 4
|
D | aic7xxx_core.c | 7166 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()
|