Home
last modified time | relevance | path

Searched refs:cpu_has_cache_cdex_p (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h60 #define cpu_has_cache_cdex_p 0 macro
83 #define cpu_has_cache_cdex_p 1 macro
/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/
H A Dcpu-feature-overrides.h21 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-rm/
H A Dcpu-feature-overrides.h22 #define cpu_has_cache_cdex_p 1 macro
/openbmc/linux/arch/mips/include/asm/mach-sibyte/
H A Dcpu-feature-overrides.h19 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip22/
H A Dcpu-feature-overrides.h24 #define cpu_has_cache_cdex_p 1 macro
/openbmc/linux/arch/mips/include/asm/mach-ip28/
H A Dcpu-feature-overrides.h22 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dcpu-feature-overrides.h24 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h28 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-cobalt/
H A Dcpu-feature-overrides.h21 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ingenic/
H A Dcpu-feature-overrides.h18 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h16 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h28 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h38 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h35 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h30 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h19 #define cpu_has_cache_cdex_p 0 macro
/openbmc/linux/arch/mips/mm/
H A Dpage.c218 else if (cpu_has_cache_cdex_p) in set_prefetch_parameters()
253 } else if (cpu_has_cache_cdex_p) { in build_clear_pref()
407 } else if (cpu_has_cache_cdex_p) { in build_copy_store_pref()
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h173 #ifndef cpu_has_cache_cdex_p
174 #define cpu_has_cache_cdex_p __opt(MIPS_CPU_CACHE_CDEX_P) macro
/openbmc/linux/arch/mips/kernel/
H A Dproc.c190 if (cpu_has_cache_cdex_p) in show_cpuinfo()