Searched refs:start_info (Results 1 – 2 of 2) sorted by relevance
176 thread_basic_info_data_t start_info = thread_info_get(); in perform_test() local197 ((start_info.user_time.seconds * USEC_PER_SEC) + start_info.user_time.microseconds); in perform_test()200 ((start_info.system_time.seconds * USEC_PER_SEC) + start_info.system_time.microseconds); in perform_test()
252 static processor_start_info_t start_info __attribute__((aligned(64))); variable333 start_info.target_cpu == cpu_number()) { in started_cpu()455 start_info.starter_cpu = cpu_number(); in intel_startCPU()456 start_info.target_cpu = slot_num; in intel_startCPU()457 start_info.target_lapic = lapic; in intel_startCPU()466 mp_rendezvous_no_intrs(start_cpu, (void *) &start_info); in intel_startCPU()468 start_info.target_cpu = 0; in intel_startCPU()