tag
line
file
source code
STACK_SIZE
293
zBoot/misc.c
long user_stack [STACK_SIZE];
STACK_SIZE
298
zBoot/misc.c
} stack_start = { & user_stack [STACK_SIZE] , KERNEL_DS };