Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/52xx/
Dlite5200_sleep.S75 bl flush_data_cache
412 SYM_FUNC_START_LOCAL(flush_data_cache)
422 SYM_FUNC_END(flush_data_cache)
/Linux-v6.6/arch/parisc/kernel/
Dcache.c87 static inline void flush_data_cache(void) in flush_data_cache() function
525 flush_data_cache(); in parisc_setup_cache_timing()
780 flush_data_cache(); in flush_anon_page()
800 flush_data_cache(); in flush_kernel_vmap_range()
820 flush_data_cache(); in invalidate_kernel_vmap_range()
/Linux-v6.6/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()