Home
last modified time | relevance | path

Searched refs:outer_sync (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
Doutercache.h139 static inline void outer_sync(void) in outer_sync() function
145 static inline void outer_sync(void) in outer_sync() function
Dbarrier.h43 #define mb() do { dsb(); outer_sync(); } while (0)
45 #define wmb() do { dsb(st); outer_sync(); } while (0)
/linux-4.1.27/arch/arm/mach-omap2/include/mach/
Dbarriers.h30 #define wmb() do { dsb(); outer_sync(); omap_bus_sync(); } while (0)