Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm/arm/
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()
/freebsd-12-stable/sys/mips/mips/
Dmp_machdep.c62 static struct mtx ap_boot_mtx; variable
252 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
318 mtx_lock_spin(&ap_boot_mtx); in smp_init_secondary()
331 mtx_unlock_spin(&ap_boot_mtx); in smp_init_secondary()
/freebsd-12-stable/sys/powerpc/powerpc/
Dmp_machdep.c68 static struct mtx ap_boot_mtx; variable
99 mtx_lock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
102 mtx_unlock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()
219 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_unleash()
/freebsd-12-stable/sys/riscv/riscv/
Dmp_machdep.c104 static struct mtx ap_boot_mtx; variable
278 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
287 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
503 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
/freebsd-12-stable/sys/arm64/arm64/
Dmp_machdep.c142 static struct mtx ap_boot_mtx; variable
318 mtx_lock_spin(&ap_boot_mtx); in init_secondary()
324 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
644 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()
/freebsd-12-stable/sys/x86/include/
Dx86_smp.h39 extern struct mtx ap_boot_mtx;
/freebsd-12-stable/sys/x86/x86/
Dmp_x86.c124 struct mtx ap_boot_mtx; variable
1039 mtx_lock_spin(&ap_boot_mtx); in init_secondary_tail()
1083 mtx_unlock_spin(&ap_boot_mtx); in init_secondary_tail()
/freebsd-12-stable/sys/i386/i386/
Dmp_machdep.c322 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in start_all_aps()
/freebsd-12-stable/sys/x86/xen/
Dpv.c406 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in xen_pv_start_all_aps()
/freebsd-12-stable/sys/amd64/amd64/
Dmp_machdep.c435 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in native_start_all_aps()