virt_wmb
#define virt_wmb() do { kcsan_wmb(); __smp_wmb(); } while (0)
#define virt_wmb() dmb(ishst)
#define virt_wmb() barrier()