Searched refs:customstack (Results 1 – 1 of 1) sorted by relevance
280 int *customstack, vki_uint8_t **entry, in load_genericthread() argument314 if (customstack) *customstack = state->__esp; in load_genericthread()328 if (customstack) *customstack = state->__rsp; in load_genericthread()368 int customstack; in load_unixthread() local370 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()378 if (!customstack) { in load_unixthread()468 int customstack; in load_thread() local471 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); in load_thread()473 if (customstack) { in load_thread()