Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c66 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 Dmp_machdep.c61 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 Dmp_machdep.c136 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 Dx86_smp.h38 extern struct mtx ap_boot_mtx;
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c128 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 Dpv.c406 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in xen_pv_start_all_aps()
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c322 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c407 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in native_start_all_aps()