Home
last modified time | relevance | path

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

/linux-6.15/arch/openrisc/kernel/
H 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()
/linux-6.15/arch/openrisc/mm/
H 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()
/linux-6.15/arch/openrisc/include/asm/
H A Dcpuinfo.h43 extern bool cpu_cache_is_present(const unsigned int cache_type);