Home
last modified time | relevance | path

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

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