Home
last modified time | relevance | path

Searched refs:cpu_has_octeon_cache (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h47 #define cpu_has_octeon_cache 1 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h128 #ifndef cpu_has_octeon_cache
129 #define cpu_has_octeon_cache 0 macro
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dcache.c227 if (cpu_has_octeon_cache) { in cpu_cache_init()