Home
last modified time | relevance | path

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

/arch/sh/boot/compressed/
A Dmisc.c121 #define STACK_SIZE (4096) macro
122 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
123 long *stack_start = &user_stack[STACK_SIZE];
/arch/xtensa/lib/
A Dusercopy.S64 #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)
301 abi_ret(STACK_SIZE)
/arch/xtensa/boot/boot-redboot/
A Dbootstrap.S29 #define STACK_SIZE 32768 macro
163 movi a1, _stack + STACK_SIZE
249 .comm _stack, STACK_SIZE
/arch/alpha/lib/
A Ddbg_stackkill.S23 lda $2, -STACK_SIZE
/arch/x86/boot/
A Dmain.c123 stack_end = (char *) (current_stack_pointer - STACK_SIZE); in init_heap()
A Dboot.h17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
/arch/arm/common/
A DbL_switcher.c120 #define STACK_SIZE 512 macro
128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
/arch/s390/
A DMakefile39 STACK_SIZE := $(if $(CONFIG_KASAN),65536,$(if $(CONFIG_KMSAN),65536,16384)) macro
/arch/x86/crypto/
A Dsm3-avx-asm_64.S141 #define STACK_SIZE (STACK_REG_SAVE + STACK_REG_SAVE_SIZE) macro
344 subq $STACK_SIZE, %rsp;
/arch/arm64/crypto/
A Dsm3-neon-core.S31 #define STACK_SIZE (STACK_W + STACK_W_SIZE) macro
368 sub addr0, sp, #STACK_SIZE
/arch/x86/net/
A Dbpf_jit_comp32.c183 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
1221 EMIT2_off32(0x81, 0xEC, STACK_SIZE); in emit_prologue()
/arch/arm/net/
A Dbpf_jit_32.c405 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
1547 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()

Completed in 27 milliseconds