Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsynch.h43 # define LWSYNC lwsync macro
45 # define LWSYNC \ macro
50 # define LWSYNC sync macro
59 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n"
Dbarrier.h44 # define SMPWMB LWSYNC
51 #define __lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory")
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dfeature-fixups-test.S784 LWSYNC
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch19351 +#define lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : : "memory")
19427 +#define lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : : "memory")