Home
last modified time | relevance | path

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

/linux-6.12.1/arch/parisc/kernel/
Dcache.c99 static inline void flush_data_cache(void) in flush_data_cache() function
562 flush_data_cache(); in parisc_setup_cache_timing()
764 flush_data_cache(); in flush_cache_range()
876 flush_data_cache(); in flush_cache_vunmap()
907 flush_data_cache(); in flush_kernel_vmap_range()
930 flush_data_cache(); in invalidate_kernel_vmap_range()
/linux-6.12.1/arch/powerpc/platforms/52xx/
Dlite5200_sleep.S75 bl flush_data_cache
414 SYM_FUNC_START_LOCAL(flush_data_cache)
424 SYM_FUNC_END(flush_data_cache)
/linux-6.12.1/arch/parisc/boot/compressed/
Dmisc.c219 static void flush_data_cache(char *start, unsigned long length) in flush_data_cache() function
365 flush_data_cache(output, kernel_len); in decompress_kernel()