Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/kernel/
H A Dcache.c99 static inline void flush_data_cache(void) in flush_data_cache() function
558 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()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dlite5200_sleep.S75 bl flush_data_cache
412 SYM_FUNC_START_LOCAL(flush_data_cache)
422 SYM_FUNC_END(flush_data_cache)
/openbmc/linux/arch/parisc/boot/compressed/
H A 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()