Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dflat.h41 unsigned long stack_size; /* Size of stack, in bytes */ member
H A Delf-fdpic.h45 unsigned long stack_size; /* stack size requested (PT_GNU_STACK) */ member
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c628 int stack_size, main_t entry, const char *argv);
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c661 int stack_size, main_t entry, const char *argv);
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c1322 *((MS_U32*)pu32StackSize) = (MS_U32)ThreadInfo.stack_size; in MsOS_InfoTask()