Searched refs:slave_startup (Results 1 – 1 of 1) sorted by relevance
71 static void slave_startup(void);111 tp = thread_create(NULL, 0, slave_startup, NULL, 0, &p0, in common_startup_init()135 tp->t_pc = (uintptr_t)slave_startup - 8; in common_startup_init()601 slave_startup(void) in slave_startup() function