Home
last modified time | relevance | path

Searched refs:LWSYNC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dsynch.h46 # define LWSYNC lwsync macro
48 # define LWSYNC \ macro
53 # define LWSYNC sync macro
62 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n"
H A Dbarrier.h44 # define SMPWMB LWSYNC
53 #define __lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory")
/openbmc/linux/arch/powerpc/lib/
H A Dfeature-fixups-test.S784 LWSYNC
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc510 #define LWSYNC (HWSYNC | (1u << 21))
2272 insn = LWSYNC;