Home
last modified time | relevance | path

Searched refs:ap_boot_mtx (Results 1 – 3 of 3) 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
96 mtx_lock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
103 mtx_unlock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
231 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()