Searched refs:memory_order_acquire (Results 1 – 2 of 2) sorted by relevance
59 #define nmi_stage_get() atomic_load_explicit(&nmi_stage, memory_order_acquire)
394 while (!atomic_load_explicit(&sync->start_flag, memory_order_acquire)) in guest_spin_until_start()407 return atomic_load_explicit(&sync->exit_flag, memory_order_acquire); in _guest_should_exit()423 while (atomic_load_explicit(&sync->sync_flag, memory_order_acquire)) in host_perform_sync()