Searched refs:stack_len (Results 1 – 9 of 9) sorted by relevance
179 _Alignas(8) uint64_t stack_len;184 _Static_assert(offsetof(cloudabi64_threadattr_t, stack_len) == 16, "Incorrect layout");
179 _Alignas(4) uint32_t stack_len;184 _Static_assert(offsetof(cloudabi32_threadattr_t, stack_len) == 8, "Incorrect layout");
146 stack.ss_size = attr->stack_len; in cloudabi64_thread_setregs()
171 frame->tf_x[13] = STACKALIGN(attr->stack + attr->stack_len); in cloudabi32_thread_setregs()
162 stack.ss_size = attr->stack_len - sizeof(args); in cloudabi32_thread_setregs()
154 stack.ss_size = attr->stack_len; in cloudabi32_thread_setregs()
187 stack.ss_size = attr->stack_len - sizeof(args); in cloudabi32_thread_setregs()
171 tcbptr = rounddown(attr->stack + attr->stack_len - sizeof(tcbptr), in cloudabi64_thread_setregs()
1102 u32 *dump_addr, *reg, stack_len, i, j; in hinic_show_sw_watchdog_timeout_info() local1134 stack_len = watchdog_info->stack_actlen; in hinic_show_sw_watchdog_timeout_info()1138 stack_len = 1024; in hinic_show_sw_watchdog_timeout_info()1142 for (i = 0; i < (stack_len / 16); i++) { in hinic_show_sw_watchdog_timeout_info()1149 for (j = 0; j < ((stack_len % 16) / 4); j++) { in hinic_show_sw_watchdog_timeout_info()