Home
last modified time | relevance | path

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

/arch/openrisc/kernel/
A Dcacheinfo.c43 if (cpu_cache_is_present(SPR_UPR_DCP)) { in init_cache_level()
58 if (cpu_cache_is_present(SPR_UPR_ICP)) { in init_cache_level()
91 if (cpu_cache_is_present(SPR_UPR_DCP)) { in populate_cache_leaves()
98 if (cpu_cache_is_present(SPR_UPR_ICP)) in populate_cache_leaves()
/arch/openrisc/mm/
A Dcache.c23 bool cpu_cache_is_present(const unsigned int cache_type) in cpu_cache_is_present() function
34 if (!cpu_cache_is_present(cache_type)) in cache_loop()
/arch/openrisc/include/asm/
A Dcpuinfo.h43 extern bool cpu_cache_is_present(const unsigned int cache_type);

Completed in 4 milliseconds