Searched refs:customstack (Results 1 – 1 of 1) sorted by relevance
276 int *customstack, vki_uint8_t **entry, in load_genericthread() argument305 if (customstack) *customstack = state->__esp; in load_genericthread()314 if (customstack) *customstack = state->__rsp; in load_genericthread()354 int customstack; in load_unixthread() local356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()364 if (!customstack) { in load_unixthread()454 int customstack; in load_thread() local457 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); in load_thread()459 if (customstack) { in load_thread()