Searched refs:STACK_SIZE (Results 1 – 13 of 13) sorted by relevance
/arch/sh/boot/compressed/ |
D | misc.c | 120 #define STACK_SIZE (4096) macro 121 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; 122 long *stack_start = &user_stack[STACK_SIZE];
|
/arch/alpha/lib/ |
D | dbg_stackkill.S | 23 lda $2, -STACK_SIZE
|
/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
|
/arch/s390/ |
D | Makefile | 35 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro 81 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
|
/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
|
/arch/arm/common/ |
D | bL_switcher.c | 120 #define STACK_SIZE 512 macro 128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
|
/arch/x86/crypto/ |
D | sha256-ssse3-asm.S | 121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 368 subq $STACK_SIZE, %rsp
|
D | sha256-avx-asm.S | 128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define 360 subq $STACK_SIZE, %rsp # allocate stack space
|
D | sha256-avx2-asm.S | 129 STACK_SIZE = _RSP + _RSP_SIZE define 538 subq $STACK_SIZE, %rsp
|
/arch/s390/kernel/ |
D | entry.S | 51 STACK_SIZE = 1 << STACK_SHIFT define 52 STACK_INIT = STACK_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE 90 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD 99 nill %r14,0x10000 - STACK_SIZE
|
/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()
|
/arch/arm/net/ |
D | bpf_jit_32.c | 350 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1284 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()
|