/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-gpr.S | 13 #define STACK_SIZE (NUM_GPRS * GPR_SIZE) macro 22 PUSH_BASIC_STACK(STACK_SIZE) 51 POP_BASIC_STACK(STACK_SIZE)
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | ns_current_pid_tgid.c | 16 #define STACK_SIZE (1024 * 1024) macro 17 static char child_stack[STACK_SIZE]; 68 cpid = clone(test_current_pid_tgid, child_stack + STACK_SIZE, in test_ns_current_pid_tgid_new_ns()
|
D | fexit_sleep.c | 23 #define STACK_SIZE (1024 * 1024) macro 24 static char child_stack[STACK_SIZE]; 41 cpid = clone(do_sleep, child_stack + STACK_SIZE, CLONE_FILES | SIGCHLD, fexit_skel); in test_fexit_sleep()
|
/Linux-v6.1/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-v6.1/arch/sh/boot/compressed/ |
D | misc.c | 124 #define STACK_SIZE (4096) macro 125 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; 126 long *stack_start = &user_stack[STACK_SIZE];
|
/Linux-v6.1/arch/xtensa/lib/ |
D | usercopy.S | 64 #define STACK_SIZE 4 macro 66 #define STACK_SIZE 0 macro 68 abi_entry(STACK_SIZE) 83 abi_ret(STACK_SIZE) 135 abi_ret(STACK_SIZE) 195 abi_ret(STACK_SIZE) 283 abi_ret(STACK_SIZE) 300 abi_ret(STACK_SIZE)
|
/Linux-v6.1/tools/testing/selftests/sched/ |
D | cs_prctl_test.c | 87 #define STACK_SIZE (1024 * 1024) macro 140 child_stack = malloc(STACK_SIZE); in create_threads() 144 tid = clone(child_func_thread, child_stack + STACK_SIZE, THREAD_CLONE_FLAGS, NULL); in create_threads() 167 static unsigned char child_func_process_stack[STACK_SIZE]; 180 cpid = clone(child_func_process, child_func_process_stack + STACK_SIZE, in create_processes()
|
/Linux-v6.1/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 615 stack = malloc(STACK_SIZE); in spawn_idle_thread() 622 stack + STACK_SIZE, in spawn_idle_thread()
|
/Linux-v6.1/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 29 #define STACK_SIZE 32768 macro 163 movi a1, _stack + STACK_SIZE 249 .comm _stack, STACK_SIZE
|
/Linux-v6.1/arch/alpha/lib/ |
D | dbg_stackkill.S | 23 lda $2, -STACK_SIZE
|
/Linux-v6.1/arch/s390/kernel/ |
D | entry.S | 33 STACK_SIZE = 1 << STACK_SHIFT define 34 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE 56 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD 65 nill %r14,0x10000 - STACK_SIZE
|
/Linux-v6.1/arch/s390/ |
D | Makefile | 36 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro 73 CC_FLAGS_CHECK_STACK := -mstack-size=$(STACK_SIZE)
|
/Linux-v6.1/arch/arm/common/ |
D | bL_switcher.c | 120 #define STACK_SIZE 512 macro 128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
|
/Linux-v6.1/arch/x86/boot/ |
D | main.c | 123 : "=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-v6.1/arch/x86/crypto/ |
D | sm3-avx-asm_64.S | 140 #define STACK_SIZE (STACK_REG_SAVE + STACK_REG_SAVE_SIZE) macro 344 subq $STACK_SIZE, %rsp;
|
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 | 126 STACK_SIZE = _CTX + _CTX_SIZE define 537 subq $STACK_SIZE, %rsp
|
/Linux-v6.1/arch/arm/net/ |
D | bpf_jit_32.c | 362 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1306 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()
|