Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/os/
H A Dmach_mp_startup.c147 mp_cpu_configure(int cpuid) in mp_cpu_configure() function
/titanic_50/usr/src/uts/sun4v/os/
H A Dmach_mp_startup.c171 mp_cpu_configure(int cpuid) in mp_cpu_configure() function
/titanic_50/usr/src/uts/i86pc/os/
H A Dmp_startup.c1594 mp_cpu_configure(int cpuid) in mp_cpu_configure() function
/titanic_50/usr/src/uts/common/os/
H A Dcpu.c70 extern int mp_cpu_configure(int);
2008 if ((retval = mp_cpu_configure(cpuid)) != 0) { in cpu_configure()