virt_mb
#define virt_mb() do { kcsan_mb(); __smp_mb(); } while (0)
#define virt_mb() __sync_synchronize()