Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dcacheflush.h401 static inline void __sync_cache_range_w(volatile void *p, size_t size) in __sync_cache_range_w() function
436 #define sync_cache_w(ptr) __sync_cache_range_w(ptr, sizeof *(ptr))
/linux-4.1.27/arch/arm/common/
Dmcpm_entry.c40 __sync_cache_range_w(poke, 2 * sizeof(*poke)); in mcpm_set_early_poke()
/linux-4.1.27/drivers/bus/
Darm-cci.c1470 __sync_cache_range_w(ports, sizeof(*ports) * nb_cci_ports); in cci_probe_ports()