Home
last modified time | relevance | path

Searched refs:flush_cache_kmaps (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dhighmem.h61 #define flush_cache_kmaps() do { } while (0) macro
/openbmc/linux/arch/csky/include/asm/
H A Dhighmem.h35 #define flush_cache_kmaps() do {} while (0) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dhighmem.h52 #define flush_cache_kmaps() { flush_icache(); flush_dcache(); } macro
/openbmc/linux/arch/mips/include/asm/
H A Dhighmem.h52 #define flush_cache_kmaps() BUG_ON(cpu_has_dc_aliases) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dhighmem.h51 #define flush_cache_kmaps() flush_cache_all() macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dhighmem.h59 #define flush_cache_kmaps() flush_cache_all() macro
/openbmc/linux/arch/arc/include/asm/
H A Dhighmem.h47 static inline void flush_cache_kmaps(void) in flush_cache_kmaps() function
/openbmc/linux/arch/arm/include/asm/
H A Dhighmem.h14 #define flush_cache_kmaps() \ macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dhighmem.h73 static inline void flush_cache_kmaps(void) in flush_cache_kmaps() function
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcachetlb.rst166 5) ``void flush_cache_kmaps(void)``
/openbmc/linux/mm/
H A Dhighmem.c190 flush_cache_kmaps(); in flush_all_zero_pkmaps()
/openbmc/linux/Documentation/core-api/
H A Dcachetlb.rst200 5) ``void flush_cache_kmaps(void)``