Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dmp_machdep.c64 struct mtx ap_boot_mtx; variable
111 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/sys/powerpc/powerpc/
H A Dmp_machdep.c65 static struct mtx ap_boot_mtx; variable
95 mtx_lock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
102 mtx_unlock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
230 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_unleash()
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c98 static struct mtx ap_boot_mtx; variable
194 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
203 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
423 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c116 static struct mtx ap_boot_mtx; variable
261 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
267 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
698 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
/freebsd/sys/x86/include/
H A Dx86_smp.h38 extern struct mtx ap_boot_mtx;
/freebsd/sys/x86/x86/
H A Dmp_x86.c127 struct mtx ap_boot_mtx; variable
1089 mtx_lock_spin(&ap_boot_mtx); in init_secondary_tail()
1128 mtx_unlock_spin(&ap_boot_mtx); in init_secondary_tail()
/freebsd/sys/i386/i386/
H A Dmp_machdep.c372 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c334 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()