Searched refs:HOST_MIN_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
27 #define HOST_MIN_STACK_SIZE (HOST_NV_GPR(R31) + 4) macro28 #define HOST_STACK_SIZE (((HOST_MIN_STACK_SIZE + 15) / 16) * 16) /* Align. */
46 #define HOST_MIN_STACK_SIZE (HOST_NV_GPR(R31) + LONGBYTES) macro47 #define HOST_STACK_SIZE ((HOST_MIN_STACK_SIZE + 15) & ~15) /* Align. */