Home
last modified time | relevance | path

Searched refs:ap_boot_mtx (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/mips/mips/
Dmp_machdep.c59 static struct mtx ap_boot_mtx; variable
249 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
309 mtx_lock_spin(&ap_boot_mtx); in smp_init_secondary()
322 mtx_unlock_spin(&ap_boot_mtx); in smp_init_secondary()
/freebsd-10-stable/sys/arm/arm/
Dmp_machdep.c67 struct mtx ap_boot_mtx; variable
115 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
191 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
200 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
/freebsd-10-stable/sys/powerpc/powerpc/
Dmp_machdep.c68 static struct mtx ap_boot_mtx; variable
98 mtx_lock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
101 mtx_unlock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
212 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_unleash()
/freebsd-10-stable/sys/i386/xen/
Dmp_machdep.c157 static struct mtx ap_boot_mtx; variable
622 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
651 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
757 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()
/freebsd-10-stable/sys/i386/i386/
Dmp_machdep.c185 static struct mtx ap_boot_mtx; variable
779 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
805 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
941 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()
/freebsd-10-stable/sys/amd64/amd64/
Dmp_machdep.c146 static struct mtx ap_boot_mtx; variable
763 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
800 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
933 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()