Searched refs:processor_start_thread (Results 1 – 3 of 3) sorted by relevance
51 extern void processor_start_thread(void *machine_param,
847 thread->continuation = processor_start_thread; in slave_main()863 processor_start_thread(void *machine_param, in processor_start_thread() function
884 result = kernel_thread_create(processor_start_thread, NULL, MAXPRI_KERNEL, &thread); in processor_startup()