Home
last modified time | relevance | path

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

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