Searched refs:pmem_wmb (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dbarrier.h109 * pmem_wmb() ensures that all stores for which the modification
115 #define pmem_wmb() __asm__ __volatile__(PPC_PHWSYNC ::: "memory") macro
/linux-master/include/asm-generic/
H A Dbarrier.h277 * pmem_wmb() ensures that all stores for which the modification
282 #ifndef pmem_wmb
283 #define pmem_wmb() wmb() macro
/linux-master/drivers/nvdimm/
H A Dregion_devs.c1160 * The pmem_wmb() is needed to 'sfence' all
1166 pmem_wmb();
/linux-master/drivers/md/
H A Ddm-writecache.c579 pmem_wmb();

Completed in 166 milliseconds