| /OK3568_Linux_fs/kernel/tools/perf/arch/arm64/tests/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/arm/tests/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/tests/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/crypto/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/sh/boot/compressed/ |
| H A 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];
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/ |
| H A D | bootstrap.S | 28 #define STACK_SIZE 32768 macro 160 movi a1, _stack + STACK_SIZE 245 .comm _stack, STACK_SIZE
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | rc | 67 [ "$STACK_SIZE" = "" ] || ulimit -S -s $STACK_SIZE
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | dbg_stackkill.S | 23 lda $2, -STACK_SIZE
|
| /OK3568_Linux_fs/kernel/arch/s390/ |
| H A D | Makefile | 46 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro 92 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | bL_switcher.c | 120 #define STACK_SIZE 512 macro 128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | main.c | 121 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
|
| H A D | boot.h | 17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | entry.S | 51 STACK_SIZE = 1 << STACK_SHIFT define 52 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE 88 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD 97 nill %r14,0x10000 - STACK_SIZE
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha256-avx-asm.S | 127 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 359 subq $STACK_SIZE, %rsp # allocate stack space
|
| H A D | sha256-ssse3-asm.S | 121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 368 subq $STACK_SIZE, %rsp
|
| H A D | sha256-avx2-asm.S | 128 STACK_SIZE = _RSP + _RSP_SIZE define 537 subq $STACK_SIZE, %rsp
|
| /OK3568_Linux_fs/kernel/arch/arm/net/ |
| H A D | bpf_jit_32.c | 362 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1321 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()
|
| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A D | bpf_jit_comp32.c | 183 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1221 EMIT2_off32(0x81, 0xEC, STACK_SIZE); in emit_prologue()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_reg.h_shipped | 894 #define STACK_SIZE 0x04
|
| H A D | aic7xxx.reg | 731 const STACK_SIZE 4
|
| H A D | aic7xxx_core.c | 7166 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()
|
| /OK3568_Linux_fs/u-boot/arch/x86/ |
| H A D | Kconfig | 647 config STACK_SIZE config
|