Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmp.c263 .smp_cpus_done = native_smp_cpus_done,
H A Dsmpboot.c1416 void __init native_smp_cpus_done(unsigned int max_cpus) in native_smp_cpus_done() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsmp.h124 void native_smp_cpus_done(unsigned int max_cpus);
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dsmp.c127 native_smp_cpus_done(max_cpus); in xen_smp_cpus_done()