Home
last modified time | relevance | path

Searched defs:STACK_SIZE (Results 1 – 11 of 11) sorted by relevance

/arch/xtensa/boot/boot-redboot/
Dbootstrap.S28 #define STACK_SIZE 32768 macro
/arch/s390/
DMakefile35 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro
/arch/sh/boot/compressed/
Dmisc.c120 #define STACK_SIZE (4096) macro
/arch/x86/crypto/
Dsha256-ssse3-asm.S121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
Dsha256-avx-asm.S128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
Dsha256-avx2-asm.S129 STACK_SIZE = _RSP + _RSP_SIZE define
/arch/arm/common/
DbL_switcher.c120 #define STACK_SIZE 512 macro
/arch/s390/kernel/
Dentry.S51 STACK_SIZE = 1 << STACK_SHIFT define
/arch/x86/boot/
Dboot.h17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
/arch/x86/net/
Dbpf_jit_comp32.c182 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
/arch/arm/net/
Dbpf_jit_32.c350 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro