Searched defs:STACK_SIZE (Results 1 – 11 of 11) sorted by relevance
28 #define STACK_SIZE 32768 macro
35 STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) macro
120 #define STACK_SIZE (4096) macro
121 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
128 STACK_SIZE = _XMM_SAVE + _XMM_SAVE_SIZE define
129 STACK_SIZE = _RSP + _RSP_SIZE define
120 #define STACK_SIZE 512 macro
51 STACK_SIZE = 1 << STACK_SHIFT define
17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
182 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
350 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro