Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
pmem_wmb
arch/powerpc/include/asm/barrier.h
115
#define pmem_wmb() __asm__ __volatile__(PPC_PHWSYNC ::: "memory")
include/asm-generic/barrier.h
283
#define pmem_wmb() wmb()