Home
last modified time | relevance | path

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

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