Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dcacheflush.h388 static inline void __sync_cache_range_w(volatile void *p, size_t size) in __sync_cache_range_w() function
423 #define sync_cache_w(ptr) __sync_cache_range_w(ptr, sizeof *(ptr))
/openbmc/linux/drivers/bus/
H A Darm-cci.c522 __sync_cache_range_w(ports, sizeof(*ports) * nb_cci_ports); in cci_probe_ports()
/openbmc/linux/arch/arm/common/
H A Dmcpm_entry.c158 __sync_cache_range_w(poke, 2 * sizeof(*poke)); in mcpm_set_early_poke()