Home
last modified time | relevance | path

Searched refs:start_cpu (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun4/os/
H A Dmp_startup.c211 start_cpu(int cpuid, void(*flag_func)(int)) in start_cpu() function
579 start_cpu(cpuid, warm_flag_set); in restart_other_cpu()
761 start_cpu(cpuid, cold_flag_set); in start_other_cpus()
H A Dintr.c677 struct cpu *start_cpu; in intr_dist_cpuid() local
718 cp = start_cpu = curr_cpu->cpu_next_onln; in intr_dist_cpuid()
734 } while ((cp = cp->cpu_next_onln) != start_cpu); in intr_dist_cpuid()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dmp_xen.c753 extern int start_cpu(processorid_t); in vcpu_config_new()
762 error = start_cpu(id); in vcpu_config_new()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_startup.c1447 start_cpu(processorid_t who) in start_cpu() function
1564 if (start_cpu(who) != 0) in start_other_cpus()