Searched refs:ap_boot_mtx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/mips/mips/ |
| D | mp_machdep.c | 59 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/ |
| D | mp_machdep.c | 67 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/ |
| D | mp_machdep.c | 68 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/ |
| D | mp_machdep.c | 157 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/ |
| D | mp_machdep.c | 185 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/ |
| D | mp_machdep.c | 146 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()
|