Searched refs:ap_boot_mtx (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 66 struct mtx ap_boot_mtx; variable 114 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start() 195 mtx_lock_spin(&ap_boot_mtx); in init_secondary() 204 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 61 static struct mtx ap_boot_mtx; variable 251 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start() 315 mtx_lock_spin(&ap_boot_mtx); in smp_init_secondary() 328 mtx_unlock_spin(&ap_boot_mtx); in smp_init_secondary()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 136 static struct mtx ap_boot_mtx; variable 278 mtx_lock_spin(&ap_boot_mtx); in init_secondary() 284 mtx_unlock_spin(&ap_boot_mtx); in init_secondary() 639 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
|
| /f-stack/freebsd/x86/include/ |
| H A D | x86_smp.h | 38 extern struct mtx ap_boot_mtx;
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 128 struct mtx ap_boot_mtx; variable 1034 mtx_lock_spin(&ap_boot_mtx); in init_secondary_tail() 1078 mtx_unlock_spin(&ap_boot_mtx); in init_secondary_tail()
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 406 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in xen_pv_start_all_aps()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 322 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 407 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in native_start_all_aps()
|