/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/ |
D | ide.h | 26 if (cpu_has_dc_aliases || !cpu_has_ic_fills_f_dc) in __ide_flush_prologue() 34 if (cpu_has_dc_aliases || !cpu_has_ic_fills_f_dc) in __ide_flush_epilogue() 41 if (cpu_has_dc_aliases || !cpu_has_ic_fills_f_dc) { in __ide_flush_dcache_range()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-tx49xx/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip32/ |
D | cpu-feature-overrides.h | 38 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-rm/ |
D | cpu-feature-overrides.h | 29 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-sibyte/ |
D | cpu-feature-overrides.h | 28 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip22/ |
D | cpu-feature-overrides.h | 32 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip28/ |
D | cpu-feature-overrides.h | 31 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
D | cpu-feature-overrides.h | 45 #define cpu_has_ic_fills_f_dc 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 53 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-netlogic/ |
D | cpu-feature-overrides.h | 28 #define cpu_has_ic_fills_f_dc 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cobalt/ |
D | cpu-feature-overrides.h | 45 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ingenic/ |
D | cpu-feature-overrides.h | 33 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 33 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
D | cpu-feature-overrides.h | 45 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip30/ |
D | cpu-feature-overrides.h | 54 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/ |
D | cpu-feature-overrides.h | 52 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm47xx/ |
D | cpu-feature-overrides.h | 35 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 53 #define cpu_has_ic_fills_f_dc 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-dec/ |
D | cpu-feature-overrides.h | 33 #define cpu_has_ic_fills_f_dc 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | cacheflush.h | 60 else if (!cpu_has_ic_fills_f_dc) in flush_dcache_page()
|
D | cpu-features.h | 239 #ifndef cpu_has_ic_fills_f_dc 240 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC) macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | cache.c | 133 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache()
|
D | c-r4k.c | 595 if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc)) in local_r4k_flush_cache_range() 697 if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc)) { in local_r4k_flush_cache_page() 757 if (!cpu_has_ic_fills_f_dc) { in __local_r4k_flush_icache_range() 835 if (!cpu_has_ic_fills_f_dc) { in __r4k_flush_icache_range()
|
D | init.c | 186 if ((!cpu_has_ic_fills_f_dc) || in copy_user_highpage()
|