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

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c68 static struct mtx ap_boot_mtx; variable in typeref:struct:mtx
97 mtx_lock_spin(&ap_boot_mtx);
100 mtx_unlock_spin(&ap_boot_mtx);
207 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c92 struct mtx ap_boot_mtx; variable in typeref:struct:mtx
251 mtx_lock_spin(&ap_boot_mtx);
260 mtx_unlock_spin(&ap_boot_mtx);
410 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c59 static struct mtx ap_boot_mtx; variable in typeref:struct:mtx
249 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
309 mtx_lock_spin(&ap_boot_mtx);
322 mtx_unlock_spin(&ap_boot_mtx);
/freebsd-11-stable/sys/x86/include/
H A Dx86_smp.h35 extern struct mtx ap_boot_mtx;
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c68 struct mtx ap_boot_mtx; variable in typeref:struct:mtx
121 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
206 mtx_lock_spin(&ap_boot_mtx);
215 mtx_unlock_spin(&ap_boot_mtx);
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c112 struct mtx ap_boot_mtx; variable in typeref:struct:mtx
286 mtx_lock_spin(&ap_boot_mtx);
295 mtx_unlock_spin(&ap_boot_mtx);
499 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
/freebsd-11-stable/sys/x86/xen/
H A Dpv.c264 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c122 struct mtx ap_boot_mtx; variable in typeref:struct:mtx
912 mtx_lock_spin(&ap_boot_mtx);
952 mtx_unlock_spin(&ap_boot_mtx);
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c319 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c334 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);

Completed in 126 milliseconds