/kernel/linux/linux-5.10/arch/mips/include/asm/mach-dec/ |
D | cpu-feature-overrides.h | 61 #define cpu_has_cache_cdex_p 0 macro 84 #define cpu_has_cache_cdex_p 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-rm/ |
D | cpu-feature-overrides.h | 22 #define cpu_has_cache_cdex_p 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson2ef/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-sibyte/ |
D | cpu-feature-overrides.h | 19 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip28/ |
D | cpu-feature-overrides.h | 22 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip22/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_cache_cdex_p 1 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 29 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-netlogic/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cobalt/ |
D | cpu-feature-overrides.h | 22 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 16 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ingenic/ |
D | cpu-feature-overrides.h | 19 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
D | cpu-feature-overrides.h | 29 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/ |
D | cpu-feature-overrides.h | 36 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip30/ |
D | cpu-feature-overrides.h | 39 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 31 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm47xx/ |
D | cpu-feature-overrides.h | 20 #define cpu_has_cache_cdex_p 0 macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | page.c | 217 else if (cpu_has_cache_cdex_p) in set_prefetch_parameters() 252 } else if (cpu_has_cache_cdex_p) { in build_clear_pref() 406 } else if (cpu_has_cache_cdex_p) { in build_copy_store_pref()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | cpu-features.h | 158 #ifndef cpu_has_cache_cdex_p 159 #define cpu_has_cache_cdex_p __opt(MIPS_CPU_CACHE_CDEX_P) macro
|