Home
last modified time | relevance | path

Searched refs:cpu_has_pindexed_dcache (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/arch/mips/include/asm/mach-ath79/
Dcpu-feature-overrides.h53 #define cpu_has_pindexed_dcache 0 macro
/Linux-v6.1/arch/mips/include/asm/mach-ingenic/
Dcpu-feature-overrides.h33 #define cpu_has_pindexed_dcache 0 macro
/Linux-v6.1/arch/mips/include/asm/mach-bcm63xx/
Dcpu-feature-overrides.h34 #define cpu_has_pindexed_dcache 0 macro
/Linux-v6.1/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h53 #define cpu_has_pindexed_dcache 0 macro
/Linux-v6.1/arch/mips/include/asm/mach-bcm47xx/
Dcpu-feature-overrides.h35 #define cpu_has_pindexed_dcache 0 macro
/Linux-v6.1/arch/mips/include/asm/mach-dec/
Dcpu-feature-overrides.h33 #define cpu_has_pindexed_dcache 0 macro
/Linux-v6.1/arch/mips/include/asm/
Dcpu-features.h240 #ifndef cpu_has_pindexed_dcache
241 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX) macro
/Linux-v6.1/arch/mips/kernel/
Dproc.c224 if (cpu_has_pindexed_dcache) in show_cpuinfo()