Searched defs:STACK_SIZE (Results 1 – 10 of 10) sorted by relevance
64 #define STACK_SIZE 4 macro66 #define STACK_SIZE 0 macro
29 #define STACK_SIZE 32768 macro
39 STACK_SIZE := $(if $(CONFIG_KASAN),65536,$(if $(CONFIG_KMSAN),65536,16384)) macro
121 #define STACK_SIZE (4096) macro
120 #define STACK_SIZE 512 macro
141 #define STACK_SIZE (STACK_REG_SAVE + STACK_REG_SAVE_SIZE) macro
17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
183 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
31 #define STACK_SIZE (STACK_W + STACK_W_SIZE) macro
405 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro
Completed in 34 milliseconds