Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c127 static int ap_boot_lock; variable
1103 while (atomic_cmpset_acq_int(&ap_boot_lock, 0, 1) == 0) in init_secondary_tail()
1127 atomic_store_rel_int(&ap_boot_lock, 0); in init_secondary_tail()